Interface IAMPolicyAssignment.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IAMPolicyAssignment.Builder,,IAMPolicyAssignment> SdkBuilder<IAMPolicyAssignment.Builder,,IAMPolicyAssignment> SdkPojo
- Enclosing class:
 IAMPolicyAssignment
public static interface IAMPolicyAssignment.Builder
extends SdkPojo, CopyableBuilder<IAMPolicyAssignment.Builder,IAMPolicyAssignment> 
- 
Method Summary
Modifier and TypeMethodDescriptionassignmentId(String assignmentId) Assignment ID.assignmentName(String assignmentName) Assignment name.assignmentStatus(String assignmentStatus) Assignment status.assignmentStatus(AssignmentStatus assignmentStatus) Assignment status.awsAccountId(String awsAccountId) The Amazon Web Services account ID.identities(Map<String, ? extends Collection<String>> identities) Identities.The Amazon Resource Name (ARN) for the IAM policy.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, sdkFields 
- 
Method Details
- 
awsAccountId
The Amazon Web Services account ID.
- Parameters:
 awsAccountId- The Amazon Web Services account ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assignmentId
Assignment ID.
- Parameters:
 assignmentId- Assignment ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assignmentName
Assignment name.
- Parameters:
 assignmentName- Assignment name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
policyArn
The Amazon Resource Name (ARN) for the IAM policy.
- Parameters:
 policyArn- The Amazon Resource Name (ARN) for the IAM policy.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
identities
Identities.
- Parameters:
 identities- Identities.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assignmentStatus
Assignment status.
- Parameters:
 assignmentStatus- Assignment status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
assignmentStatus
Assignment status.
- Parameters:
 assignmentStatus- Assignment status.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -