Interface AwsIamUserPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsIamUserPolicy.Builder,AwsIamUserPolicy>,SdkBuilder<AwsIamUserPolicy.Builder,AwsIamUserPolicy>,SdkPojo
- Enclosing class:
- AwsIamUserPolicy
public static interface AwsIamUserPolicy.Builder extends SdkPojo, CopyableBuilder<AwsIamUserPolicy.Builder,AwsIamUserPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsIamUserPolicy.BuilderpolicyName(String policyName)The name of the policy.-
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
-
policyName
AwsIamUserPolicy.Builder policyName(String policyName)
The name of the policy.
- Parameters:
policyName- The name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-