Interface SignInDistribution.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SignInDistribution.Builder,,SignInDistribution> SdkBuilder<SignInDistribution.Builder,,SignInDistribution> SdkPojo
- Enclosing class:
SignInDistribution
@Mutable
@NotThreadSafe
public static interface SignInDistribution.Builder
extends SdkPojo, CopyableBuilder<SignInDistribution.Builder,SignInDistribution>
-
Method Summary
Modifier and TypeMethodDescriptionWhether sign in distribution is enabled.The Amazon Web Services Region of the sign in distribution.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
-
region
The Amazon Web Services Region of the sign in distribution.
- Parameters:
region- The Amazon Web Services Region of the sign in distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
Whether sign in distribution is enabled.
- Parameters:
enabled- Whether sign in distribution is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-