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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveIAMPolicyAssignment.BuilderassignmentName(String assignmentName)A name for the IAM policy assignment.ActiveIAMPolicyAssignment.BuilderpolicyArn(String policyArn)The Amazon Resource Name (ARN) of the resource.-
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
-
assignmentName
ActiveIAMPolicyAssignment.Builder assignmentName(String assignmentName)
A 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.
-
policyArn
ActiveIAMPolicyAssignment.Builder policyArn(String policyArn)
The 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.
-
-