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