Interface Unauthenticated.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Unauthenticated.Builder,
,Unauthenticated> SdkBuilder<Unauthenticated.Builder,
,Unauthenticated> SdkPojo
- Enclosing class:
Unauthenticated
public static interface Unauthenticated.Builder
extends SdkPojo, CopyableBuilder<Unauthenticated.Builder,Unauthenticated>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether you want to turn on or turn off unauthenticated traffic to your cluster.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, sdkFields
-
Method Details
-
enabled
Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.
- Parameters:
enabled
-Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-