Interface SystemPolicyDisassociatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SystemPolicyDisassociatedMetadata.Builder,,SystemPolicyDisassociatedMetadata> SdkBuilder<SystemPolicyDisassociatedMetadata.Builder,,SystemPolicyDisassociatedMetadata> SdkPojo
- Enclosing class:
SystemPolicyDisassociatedMetadata
@Mutable
@NotThreadSafe
public static interface SystemPolicyDisassociatedMetadata.Builder
extends SdkPojo, CopyableBuilder<SystemPolicyDisassociatedMetadata.Builder,SystemPolicyDisassociatedMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the PolicyArn property for this object.policyName(String policyName) The name of the disassociated 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, sdkFieldNameToField, sdkFields
-
Method Details
-
policyName
The name of the disassociated policy.
- Parameters:
policyName- The name of the disassociated policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArn
Sets the value of the PolicyArn property for this object.- Parameters:
policyArn- The new value for the PolicyArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-