Interface ListExportsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListExportsRequest.Builder,,ListExportsRequest> DynamoDbRequest.Builder,SdkBuilder<ListExportsRequest.Builder,,ListExportsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListExportsRequest
@Mutable
@NotThreadSafe
public static interface ListExportsRequest.Builder
extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListExportsRequest.Builder,ListExportsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) Maximum number of results to return per page.An optional string that, if supplied, must be copied from the output of a previous call toListExports.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) associated with the exported table.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableArn
The Amazon Resource Name (ARN) associated with the exported table.
- Parameters:
tableArn- The Amazon Resource Name (ARN) associated with the exported table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum number of results to return per page.
- Parameters:
maxResults- Maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. When provided in this manner, the API fetches the next page of results.- Parameters:
nextToken- An optional string that, if supplied, must be copied from the output of a previous call toListExports. When provided in this manner, the API fetches the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListExportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListExportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-