Interface ListDataQualityStatisticsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataQualityStatisticsRequest.Builder,ListDataQualityStatisticsRequest>,GlueRequest.Builder,SdkBuilder<ListDataQualityStatisticsRequest.Builder,ListDataQualityStatisticsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDataQualityStatisticsRequest
public static interface ListDataQualityStatisticsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListDataQualityStatisticsRequest.Builder,ListDataQualityStatisticsRequest>
-
-
Method Summary
-
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.services.glue.model.GlueRequest.Builder
build
-
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
-
statisticId
ListDataQualityStatisticsRequest.Builder statisticId(String statisticId)
The Statistic ID.
- Parameters:
statisticId- The Statistic ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileId
ListDataQualityStatisticsRequest.Builder profileId(String profileId)
The Profile ID.
- Parameters:
profileId- The Profile ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestampFilter
ListDataQualityStatisticsRequest.Builder timestampFilter(TimestampFilter timestampFilter)
A timestamp filter.
- Parameters:
timestampFilter- A timestamp filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestampFilter
default ListDataQualityStatisticsRequest.Builder timestampFilter(Consumer<TimestampFilter.Builder> timestampFilter)
A timestamp filter.
This is a convenience method that creates an instance of theTimestampFilter.Builderavoiding the need to create one manually viaTimestampFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimestampFilter(TimestampFilter).- Parameters:
timestampFilter- a consumer that will call methods onTimestampFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
timestampFilter(TimestampFilter)
-
maxResults
ListDataQualityStatisticsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
- Parameters:
maxResults- The maximum number of results to return in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDataQualityStatisticsRequest.Builder nextToken(String nextToken)
A pagination token to request the next page of results.
- Parameters:
nextToken- A pagination token to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataQualityStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDataQualityStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-