public static interface ListMulticastGroupsResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListMulticastGroupsResponse.Builder,ListMulticastGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMulticastGroupsResponse.Builder |
multicastGroupList(Collection<MulticastGroup> multicastGroupList)
Sets the value of the MulticastGroupList property for this object.
|
ListMulticastGroupsResponse.Builder |
multicastGroupList(Consumer<MulticastGroup.Builder>... multicastGroupList)
Sets the value of the MulticastGroupList property for this object.
|
ListMulticastGroupsResponse.Builder |
multicastGroupList(MulticastGroup... multicastGroupList)
Sets the value of the MulticastGroupList property for this object.
|
ListMulticastGroupsResponse.Builder |
nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMulticastGroupsResponse.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first set of results.ListMulticastGroupsResponse.Builder multicastGroupList(Collection<MulticastGroup> multicastGroupList)
multicastGroupList - The new value for the MulticastGroupList property for this object.ListMulticastGroupsResponse.Builder multicastGroupList(MulticastGroup... multicastGroupList)
multicastGroupList - The new value for the MulticastGroupList property for this object.ListMulticastGroupsResponse.Builder multicastGroupList(Consumer<MulticastGroup.Builder>... multicastGroupList)
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #multicastGroupList(List) .multicastGroupList - a consumer that will call methods on List.Builder #multicastGroupList(List) Copyright © 2022. All rights reserved.