public static interface PolicyAttachment.Builder extends CopyableBuilder<PolicyAttachment.Builder,PolicyAttachment>
| Modifier and Type | Method and Description |
|---|---|
PolicyAttachment.Builder |
objectIdentifier(String objectIdentifier)
The
ObjectIdentifier that is associated with PolicyAttachment. |
PolicyAttachment.Builder |
policyId(String policyId)
The ID of
PolicyAttachment. |
PolicyAttachment.Builder |
policyType(String policyType)
The type of policy that can be associated with
PolicyAttachment. |
copyapply, buildPolicyAttachment.Builder policyId(String policyId)
The ID of PolicyAttachment.
policyId - The ID of PolicyAttachment.PolicyAttachment.Builder objectIdentifier(String objectIdentifier)
The ObjectIdentifier that is associated with PolicyAttachment.
objectIdentifier - The ObjectIdentifier that is associated with PolicyAttachment.PolicyAttachment.Builder policyType(String policyType)
The type of policy that can be associated with PolicyAttachment.
policyType - The type of policy that can be associated with PolicyAttachment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.