@Stability(value=Stable) public static final class CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty>
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder |
bannerText(String bannerText)
Sets the value of
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.getBannerText() |
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty |
build()
Builds the configured instance.
|
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.getEnabled() |
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.getEnabled() |
@Stability(value=Stable) public CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder enabled(Boolean enabled)
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.getEnabled()enabled - Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established. This parameter is required.
Valid values: true | false
Default value: false
this@Stability(value=Stable) public CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder enabled(IResolvable enabled)
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.getEnabled()enabled - Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established. This parameter is required.
Valid values: true | false
Default value: false
this@Stability(value=Stable) public CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Builder bannerText(String bannerText)
CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.getBannerText()bannerText - Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established.
UTF-8 encoded characters only. Maximum of 1400 characters.this@Stability(value=Stable) public CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty>CfnClientVpnEndpoint.ClientLoginBannerOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.