public static interface DetachObjectRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<DetachObjectRequest.Builder,DetachObjectRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachObjectRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
|
DetachObjectRequest.Builder |
linkName(String linkName)
The link name associated with the object that needs to be detached.
|
DetachObjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachObjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default DetachObjectRequest.Builder |
parentReference(Consumer<ObjectReference.Builder> parentReference)
The parent reference from which the object with the specified link name is detached.
|
DetachObjectRequest.Builder |
parentReference(ObjectReference parentReference)
The parent reference from which the object with the specified link name is detached.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetachObjectRequest.Builder directoryArn(String directoryArn)
DetachObjectRequest.Builder parentReference(ObjectReference parentReference)
The parent reference from which the object with the specified link name is detached.
parentReference - The parent reference from which the object with the specified link name is detached.default DetachObjectRequest.Builder parentReference(Consumer<ObjectReference.Builder> parentReference)
The parent reference from which the object with the specified link name is 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 parentReference(ObjectReference).
parentReference - a consumer that will call methods on ObjectReference.BuilderparentReference(ObjectReference)DetachObjectRequest.Builder linkName(String linkName)
The link name associated with the object that needs to be detached.
linkName - The link name associated with the object that needs to be detached.DetachObjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetachObjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.