Interface ListLabelsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLabelsResponse.Builder,,ListLabelsResponse> LookoutEquipmentResponse.Builder,SdkBuilder<ListLabelsResponse.Builder,,ListLabelsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListLabelsResponse
public static interface ListLabelsResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListLabelsResponse.Builder,ListLabelsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlabelSummaries(Collection<LabelSummary> labelSummaries) A summary of the items in the label group.labelSummaries(Consumer<LabelSummary.Builder>... labelSummaries) A summary of the items in the label group.labelSummaries(LabelSummary... labelSummaries) A summary of the items in the label group.An opaque pagination token indicating where to continue the listing of datasets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
An opaque pagination token indicating where to continue the listing of datasets.
- Parameters:
nextToken- An opaque pagination token indicating where to continue the listing of datasets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelSummaries
A summary of the items in the label group.
- Parameters:
labelSummaries- A summary of the items in the label group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelSummaries
A summary of the items in the label group.
- Parameters:
labelSummaries- A summary of the items in the label group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelSummaries
A summary of the items in the label group.
This is a convenience method that creates an instance of theLabelSummary.Builderavoiding the need to create one manually viaLabelSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolabelSummaries(List<LabelSummary>).- Parameters:
labelSummaries- a consumer that will call methods onLabelSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-