Interface ActiveIAMPolicyAssignment.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ActiveIAMPolicyAssignment.Builder,,- ActiveIAMPolicyAssignment> - SdkBuilder<ActiveIAMPolicyAssignment.Builder,,- ActiveIAMPolicyAssignment> - SdkPojo
- Enclosing class:
- ActiveIAMPolicyAssignment
@Mutable
@NotThreadSafe
public static interface ActiveIAMPolicyAssignment.Builder
extends SdkPojo, CopyableBuilder<ActiveIAMPolicyAssignment.Builder,ActiveIAMPolicyAssignment> 
- 
Method SummaryModifier and TypeMethodDescriptionassignmentName(String assignmentName) A name for the IAM policy assignment.The Amazon Resource Name (ARN) of the resource.Methods 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- 
assignmentNameA name for the IAM policy assignment. - Parameters:
- assignmentName- A name for the IAM policy assignment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
policyArnThe Amazon Resource Name (ARN) of the resource. - Parameters:
- policyArn- The Amazon Resource Name (ARN) of the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-