Interface AwsIamUserPolicy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsIamUserPolicy.Builder,,- AwsIamUserPolicy> - SdkBuilder<AwsIamUserPolicy.Builder,,- AwsIamUserPolicy> - SdkPojo
- Enclosing class:
- AwsIamUserPolicy
@Mutable
@NotThreadSafe
public static interface AwsIamUserPolicy.Builder
extends SdkPojo, CopyableBuilder<AwsIamUserPolicy.Builder,AwsIamUserPolicy> 
- 
Method SummaryMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
policyNameThe 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.
 
 
-