public static interface ListAttachedIndicesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListAttachedIndicesRequest.Builder,ListAttachedIndicesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAttachedIndicesRequest.Builder directoryArn(String directoryArn)
The ARN of the directory.
directoryArn - The ARN of the directory.ListAttachedIndicesRequest.Builder targetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
targetReference - A reference to the object that has indices attached.default ListAttachedIndicesRequest.Builder targetReference(Consumer<ObjectReference.Builder> targetReference)
A reference to the object that has indices attached.
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)ListAttachedIndicesRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListAttachedIndicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.ListAttachedIndicesRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level to use for this operation.
consistencyLevel - The consistency level to use for this operation.ConsistencyLevel,
ConsistencyLevelListAttachedIndicesRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
consistencyLevel - The consistency level to use for this operation.ConsistencyLevel,
ConsistencyLevelListAttachedIndicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAttachedIndicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.