Interface ListAdaptersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAdaptersRequest.Builder,ListAdaptersRequest>,SdkBuilder<ListAdaptersRequest.Builder,ListAdaptersRequest>,SdkPojo,SdkRequest.Builder,TextractRequest.Builder
- Enclosing class:
- ListAdaptersRequest
@Mutable @NotThreadSafe public static interface ListAdaptersRequest.Builder extends TextractRequest.Builder, SdkPojo, CopyableBuilder<ListAdaptersRequest.Builder,ListAdaptersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAdaptersRequest.BuilderafterCreationTime(Instant afterCreationTime)Specifies the lower bound for the ListAdapters operation.ListAdaptersRequest.BuilderbeforeCreationTime(Instant beforeCreationTime)Specifies the upper bound for the ListAdapters operation.ListAdaptersRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return when listing adapters.ListAdaptersRequest.BuildernextToken(String nextToken)Identifies the next page of results to return when listing adapters.ListAdaptersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAdaptersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.textract.model.TextractRequest.Builder
build
-
-
-
-
Method Detail
-
afterCreationTime
ListAdaptersRequest.Builder afterCreationTime(Instant afterCreationTime)
Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.
- Parameters:
afterCreationTime- Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeCreationTime
ListAdaptersRequest.Builder beforeCreationTime(Instant beforeCreationTime)
Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.
- Parameters:
beforeCreationTime- Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAdaptersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return when listing adapters.
- Parameters:
maxResults- The maximum number of results to return when listing adapters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAdaptersRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return when listing adapters.
- Parameters:
nextToken- Identifies the next page of results to return when listing adapters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAdaptersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAdaptersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-