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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Unauthenticated.Builderenabled(Boolean enabled)Specifies 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enabled
Unauthenticated.Builder enabled(Boolean 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.
-
-