Interface ClientLoginBannerResponseOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClientLoginBannerResponseOptions.Builder,,ClientLoginBannerResponseOptions> SdkBuilder<ClientLoginBannerResponseOptions.Builder,,ClientLoginBannerResponseOptions> SdkPojo
- Enclosing class:
ClientLoginBannerResponseOptions
@Mutable
@NotThreadSafe
public static interface ClientLoginBannerResponseOptions.Builder
extends SdkPojo, CopyableBuilder<ClientLoginBannerResponseOptions.Builder,ClientLoginBannerResponseOptions>
-
Method Summary
Modifier and TypeMethodDescriptionbannerText(String bannerText) Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established.Current state of text banner feature.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Current state of text banner feature.
Valid values:
true | false- Parameters:
enabled- Current state of text banner feature.Valid values:
true | false- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-