Interface Iam.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Iam.Builder,Iam>,SdkBuilder<Iam.Builder,Iam>,SdkPojo
- Enclosing class:
- Iam
public static interface Iam.Builder extends SdkPojo, CopyableBuilder<Iam.Builder,Iam>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iam.Builderenabled(Boolean enabled)Indicates whether IAM access control is enabled.-
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
Iam.Builder enabled(Boolean enabled)
Indicates whether IAM access control is enabled.
- Parameters:
enabled-Indicates whether IAM access control is enabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-