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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyAttachment.BuilderobjectIdentifier(String objectIdentifier)TheObjectIdentifierthat is associated withPolicyAttachment.PolicyAttachment.BuilderpolicyId(String policyId)The ID ofPolicyAttachment.PolicyAttachment.BuilderpolicyType(String policyType)The type of policy that can be associated withPolicyAttachment.-
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, sdkFields
-
-
-
-
Method Detail
-
policyId
PolicyAttachment.Builder policyId(String 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
PolicyAttachment.Builder objectIdentifier(String 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
PolicyAttachment.Builder policyType(String 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.
-
-