Interface PolicyAttachment.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PolicyAttachment.Builder,,PolicyAttachment> SdkBuilder<PolicyAttachment.Builder,,PolicyAttachment> SdkPojo
- Enclosing class:
 PolicyAttachment
public static interface PolicyAttachment.Builder
extends SdkPojo, CopyableBuilder<PolicyAttachment.Builder,PolicyAttachment> 
- 
Method Summary
Modifier and TypeMethodDescriptionobjectIdentifier(String objectIdentifier) TheObjectIdentifierthat is associated withPolicyAttachment.The ID ofPolicyAttachment.policyType(String policyType) The type of policy that can be associated withPolicyAttachment.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
- 
policyId
The ID of
PolicyAttachment.- Parameters:
 policyId- The ID ofPolicyAttachment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
objectIdentifier
The
ObjectIdentifierthat is associated withPolicyAttachment.- Parameters:
 objectIdentifier- TheObjectIdentifierthat is associated withPolicyAttachment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
policyType
The type of policy that can be associated with
PolicyAttachment.- Parameters:
 policyType- The type of policy that can be associated withPolicyAttachment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -