Interface ListAttachedIndicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<ListAttachedIndicesRequest.Builder,ListAttachedIndicesRequest>,SdkBuilder<ListAttachedIndicesRequest.Builder,ListAttachedIndicesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAttachedIndicesRequest
public static interface ListAttachedIndicesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListAttachedIndicesRequest.Builder,ListAttachedIndicesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
directoryArn
ListAttachedIndicesRequest.Builder directoryArn(String directoryArn)
The ARN of the directory.
- Parameters:
directoryArn- The ARN of the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetReference
ListAttachedIndicesRequest.Builder targetReference(ObjectReference targetReference)
A reference to the object that has indices attached.
- Parameters:
targetReference- A reference to the object that has indices attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetReference
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.Builderavoiding the need to create one manually viaObjectReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetReference(ObjectReference).- Parameters:
targetReference- a consumer that will call methods onObjectReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
targetReference(ObjectReference)
-
nextToken
ListAttachedIndicesRequest.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAttachedIndicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
- Parameters:
maxResults- The maximum number of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consistencyLevel
ListAttachedIndicesRequest.Builder consistencyLevel(String consistencyLevel)
The consistency level to use for this operation.
- Parameters:
consistencyLevel- The consistency level to use for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
consistencyLevel
ListAttachedIndicesRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level to use for this operation.
- Parameters:
consistencyLevel- The consistency level to use for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConsistencyLevel,ConsistencyLevel
-
overrideConfiguration
ListAttachedIndicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAttachedIndicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-