CopyableBuilder<AttachPolicyRequest.Builder,AttachPolicyRequest>
, SdkBuilder<AttachPolicyRequest.Builder,AttachPolicyRequest>
public static interface AttachPolicyRequest.Builder extends CopyableBuilder<AttachPolicyRequest.Builder,AttachPolicyRequest>
Modifier and Type | Method | Description |
---|---|---|
AttachPolicyRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
|
AttachPolicyRequest.Builder |
objectReference(ObjectReference objectReference) |
The reference that identifies the object to which the policy will be attached.
|
AttachPolicyRequest.Builder |
policyReference(ObjectReference policyReference) |
The reference that is associated with the policy object.
|
copy
apply, build
AttachPolicyRequest.Builder directoryArn(String directoryArn)
AttachPolicyRequest.Builder policyReference(ObjectReference policyReference)
The reference that is associated with the policy object.
policyReference
- The reference that is associated with the policy object.AttachPolicyRequest.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object to which the policy will be attached.
objectReference
- The reference that identifies the object to which the policy will be attached.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.