Interface ClientLoginBannerOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClientLoginBannerOptions.Builder,ClientLoginBannerOptions>,SdkBuilder<ClientLoginBannerOptions.Builder,ClientLoginBannerOptions>,SdkPojo
- Enclosing class:
- ClientLoginBannerOptions
@Mutable @NotThreadSafe public static interface ClientLoginBannerOptions.Builder extends SdkPojo, CopyableBuilder<ClientLoginBannerOptions.Builder,ClientLoginBannerOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientLoginBannerOptions.BuilderbannerText(String bannerText)Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established.ClientLoginBannerOptions.Builderenabled(Boolean enabled)Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enabled
ClientLoginBannerOptions.Builder enabled(Boolean enabled)
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Valid values:
true | falseDefault value:
false- Parameters:
enabled- Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.Valid values:
true | falseDefault value:
false- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bannerText
ClientLoginBannerOptions.Builder bannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.
- Parameters:
bannerText- Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-