public static interface DetachFromIndexRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<DetachFromIndexRequest.Builder,DetachFromIndexRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetachFromIndexRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory the index and object exist in.
directoryArn - The Amazon Resource Name (ARN) of the directory the index and object exist in.DetachFromIndexRequest.Builder indexReference(ObjectReference indexReference)
A reference to the index object.
indexReference - A reference to the index object.default DetachFromIndexRequest.Builder indexReference(Consumer<ObjectReference.Builder> indexReference)
A reference to the index 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 indexReference(ObjectReference).
indexReference - a consumer that will call methods on ObjectReference.BuilderindexReference(ObjectReference)DetachFromIndexRequest.Builder targetReference(ObjectReference targetReference)
A reference to the object being detached from the index.
targetReference - A reference to the object being detached from the index.default DetachFromIndexRequest.Builder targetReference(Consumer<ObjectReference.Builder> targetReference)
A reference to the object being detached from the index.
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 targetReference(ObjectReference).
targetReference - a consumer that will call methods on ObjectReference.BuildertargetReference(ObjectReference)DetachFromIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetachFromIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.