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
Modifier and TypeMethodDescriptionaggregateBy(String aggregateBy) The aggregation method chosen for a GetLabelDetection request.aggregateBy(LabelDetectionAggregateBy aggregateBy) The aggregation method chosen for a GetLabelDetection request.The sorting method chosen for a GetLabelDetection request.sortBy(LabelDetectionSortBy sortBy) The sorting method chosen for a GetLabelDetection request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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:
 
 - 
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:
 
 - 
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:
 
 - 
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:
 
 
 -