Interface DescribeTableStatisticsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>,DatabaseMigrationResponse.Builder,SdkBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTableStatisticsResponse
public static interface DescribeTableStatisticsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeTableStatisticsResponse.Builder,DescribeTableStatisticsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTableStatisticsResponse.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeTableStatisticsResponse.BuilderreplicationTaskArn(String replicationTaskArn)The Amazon Resource Name (ARN) of the replication task.DescribeTableStatisticsResponse.BuildertableStatistics(Collection<TableStatistics> tableStatistics)The table statistics.DescribeTableStatisticsResponse.BuildertableStatistics(Consumer<TableStatistics.Builder>... tableStatistics)The table statistics.DescribeTableStatisticsResponse.BuildertableStatistics(TableStatistics... tableStatistics)The table statistics.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
replicationTaskArn
DescribeTableStatisticsResponse.Builder replicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
- Parameters:
replicationTaskArn- The Amazon Resource Name (ARN) of the replication task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableStatistics
DescribeTableStatisticsResponse.Builder tableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
- Parameters:
tableStatistics- The table statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableStatistics
DescribeTableStatisticsResponse.Builder tableStatistics(TableStatistics... tableStatistics)
The table statistics.
- Parameters:
tableStatistics- The table statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableStatistics
DescribeTableStatisticsResponse.Builder tableStatistics(Consumer<TableStatistics.Builder>... tableStatistics)
The table statistics.
This is a convenience method that creates an instance of theTableStatistics.Builderavoiding the need to create one manually viaTableStatistics.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tableStatistics(List.) - Parameters:
tableStatistics- a consumer that will call methods onTableStatistics.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tableStatistics(java.util.Collection)
-
marker
DescribeTableStatisticsResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- Parameters:
marker- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-