public static interface ClientLoginBannerOptions.Builder extends SdkPojo, CopyableBuilder<ClientLoginBannerOptions.Builder,ClientLoginBannerOptions>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClientLoginBannerOptions.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 | false
Default value: false
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 | false
Default value: false
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.
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.Copyright © 2022. All rights reserved.