public static interface DetachPolicyRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<DetachPolicyRequest.Builder,DetachPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachPolicyRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
|
default DetachPolicyRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose policy object will be detached.
|
DetachPolicyRequest.Builder |
objectReference(ObjectReference objectReference)
Reference that identifies the object whose policy object will be detached.
|
DetachPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default DetachPolicyRequest.Builder |
policyReference(Consumer<ObjectReference.Builder> policyReference)
Reference that identifies the policy object.
|
DetachPolicyRequest.Builder |
policyReference(ObjectReference policyReference)
Reference that identifies the policy object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetachPolicyRequest.Builder directoryArn(String directoryArn)
DetachPolicyRequest.Builder policyReference(ObjectReference policyReference)
Reference that identifies the policy object.
policyReference - Reference that identifies the policy object.default DetachPolicyRequest.Builder policyReference(Consumer<ObjectReference.Builder> policyReference)
Reference that identifies the policy object.
This is a convenience method that creates an instance of theObjectReference.Builder avoiding the
need to create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to policyReference(ObjectReference).
policyReference - a consumer that will call methods on ObjectReference.BuilderpolicyReference(ObjectReference)DetachPolicyRequest.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object whose policy object will be detached.
objectReference - Reference that identifies the object whose policy object will be detached.default DetachPolicyRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose policy object will be detached.
This is a convenience method that creates an instance of theObjectReference.Builder avoiding the
need to create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to objectReference(ObjectReference).
objectReference - a consumer that will call methods on ObjectReference.BuilderobjectReference(ObjectReference)DetachPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetachPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.