Interface ServicePolicyDisassociatedMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServicePolicyDisassociatedMetadata.Builder,,ServicePolicyDisassociatedMetadata> SdkBuilder<ServicePolicyDisassociatedMetadata.Builder,,ServicePolicyDisassociatedMetadata> SdkPojo
- Enclosing class:
ServicePolicyDisassociatedMetadata
@Mutable
@NotThreadSafe
public static interface ServicePolicyDisassociatedMetadata.Builder
extends SdkPojo, CopyableBuilder<ServicePolicyDisassociatedMetadata.Builder,ServicePolicyDisassociatedMetadata>
-
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.
-