Interface GetLabelDetectionRequestMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GetLabelDetectionRequestMetadata.Builder,GetLabelDetectionRequestMetadata>,SdkBuilder<GetLabelDetectionRequestMetadata.Builder,GetLabelDetectionRequestMetadata>,SdkPojo
- Enclosing class:
- GetLabelDetectionRequestMetadata
public static interface GetLabelDetectionRequestMetadata.Builder extends SdkPojo, CopyableBuilder<GetLabelDetectionRequestMetadata.Builder,GetLabelDetectionRequestMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLabelDetectionRequestMetadata.BuilderaggregateBy(String aggregateBy)The aggregation method chosen for a GetLabelDetection request.GetLabelDetectionRequestMetadata.BuilderaggregateBy(LabelDetectionAggregateBy aggregateBy)The aggregation method chosen for a GetLabelDetection request.GetLabelDetectionRequestMetadata.BuildersortBy(String sortBy)The sorting method chosen for a GetLabelDetection request.GetLabelDetectionRequestMetadata.BuildersortBy(LabelDetectionSortBy sortBy)The sorting method chosen for a GetLabelDetection request.-
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, sdkFields
-
-
-
-
Method Detail
-
sortBy
GetLabelDetectionRequestMetadata.Builder sortBy(String sortBy)
The sorting method chosen for a GetLabelDetection request.
- Parameters:
sortBy- The sorting method chosen for a GetLabelDetection request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LabelDetectionSortBy,LabelDetectionSortBy
-
sortBy
GetLabelDetectionRequestMetadata.Builder sortBy(LabelDetectionSortBy sortBy)
The sorting method chosen for a GetLabelDetection request.
- Parameters:
sortBy- The sorting method chosen for a GetLabelDetection request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LabelDetectionSortBy,LabelDetectionSortBy
-
aggregateBy
GetLabelDetectionRequestMetadata.Builder aggregateBy(String aggregateBy)
The aggregation method chosen for a GetLabelDetection request.
- Parameters:
aggregateBy- The aggregation method chosen for a GetLabelDetection request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LabelDetectionAggregateBy,LabelDetectionAggregateBy
-
aggregateBy
GetLabelDetectionRequestMetadata.Builder aggregateBy(LabelDetectionAggregateBy aggregateBy)
The aggregation method chosen for a GetLabelDetection request.
- Parameters:
aggregateBy- The aggregation method chosen for a GetLabelDetection request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LabelDetectionAggregateBy,LabelDetectionAggregateBy
-
-