public static interface ListLabelsResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListLabelsResponse.Builder,ListLabelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLabelsResponse.Builder |
labelSummaries(Collection<LabelSummary> labelSummaries)
A summary of the items in the label group.
|
ListLabelsResponse.Builder |
labelSummaries(Consumer<LabelSummary.Builder>... labelSummaries)
A summary of the items in the label group.
|
ListLabelsResponse.Builder |
labelSummaries(LabelSummary... labelSummaries)
A summary of the items in the label group.
|
ListLabelsResponse.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of datasets.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLabelsResponse.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of datasets.
nextToken - An opaque pagination token indicating where to continue the listing of datasets.ListLabelsResponse.Builder labelSummaries(Collection<LabelSummary> labelSummaries)
A summary of the items in the label group.
labelSummaries - A summary of the items in the label group.ListLabelsResponse.Builder labelSummaries(LabelSummary... labelSummaries)
A summary of the items in the label group.
labelSummaries - A summary of the items in the label group.ListLabelsResponse.Builder labelSummaries(Consumer<LabelSummary.Builder>... labelSummaries)
A summary of the items in the label group.
This is a convenience method that creates an instance of theLabelSummary.Builder avoiding the need to
create one manually via LabelSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #labelSummaries(List.
labelSummaries - a consumer that will call methods on
LabelSummary.Builder#labelSummaries(java.util.Collection) Copyright © 2022. All rights reserved.