Interface GetDataQualityModelResultResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDataQualityModelResultResponse.Builder,
,GetDataQualityModelResultResponse> GlueResponse.Builder
,SdkBuilder<GetDataQualityModelResultResponse.Builder,
,GetDataQualityModelResultResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDataQualityModelResultResponse
public static interface GetDataQualityModelResultResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetDataQualityModelResultResponse.Builder,GetDataQualityModelResultResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncompletedOn
(Instant completedOn) The timestamp when the data quality model training completed.model
(Collection<StatisticModelResult> model) A list ofStatisticModelResult
model
(Consumer<StatisticModelResult.Builder>... model) A list ofStatisticModelResult
model
(StatisticModelResult... model) A list ofStatisticModelResult
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.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 Details
-
completedOn
The timestamp when the data quality model training completed.
- Parameters:
completedOn
- The timestamp when the data quality model training completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
A list of
StatisticModelResult
- Parameters:
model
- A list ofStatisticModelResult
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
A list of
StatisticModelResult
- Parameters:
model
- A list ofStatisticModelResult
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
A list of
This is a convenience method that creates an instance of theStatisticModelResult
StatisticModelResult.Builder
avoiding the need to create one manually viaStatisticModelResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodel(List<StatisticModelResult>)
.- Parameters:
model
- a consumer that will call methods onStatisticModelResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-