Interface AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails.Builder,,AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails> SdkBuilder<AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails.Builder,,AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails> SdkPojo
- Enclosing class:
AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails
@Mutable
@NotThreadSafe
public static interface AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails.Builder,AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails>
-
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.
- Parameters:
enabled- Current state of text banner feature.- 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.
- Parameters:
bannerText- Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-