public static interface ListMulticastGroupsByFuotaTaskResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListMulticastGroupsByFuotaTaskResponse.Builder,ListMulticastGroupsByFuotaTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMulticastGroupsByFuotaTaskResponse.Builder |
multicastGroupList(Collection<MulticastGroupByFuotaTask> multicastGroupList)
Sets the value of the MulticastGroupList property for this object.
|
ListMulticastGroupsByFuotaTaskResponse.Builder |
multicastGroupList(Consumer<MulticastGroupByFuotaTask.Builder>... multicastGroupList)
Sets the value of the MulticastGroupList property for this object.
|
ListMulticastGroupsByFuotaTaskResponse.Builder |
multicastGroupList(MulticastGroupByFuotaTask... multicastGroupList)
Sets the value of the MulticastGroupList property for this object.
|
ListMulticastGroupsByFuotaTaskResponse.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, buildListMulticastGroupsByFuotaTaskResponse.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.ListMulticastGroupsByFuotaTaskResponse.Builder multicastGroupList(Collection<MulticastGroupByFuotaTask> multicastGroupList)
multicastGroupList - The new value for the MulticastGroupList property for this object.ListMulticastGroupsByFuotaTaskResponse.Builder multicastGroupList(MulticastGroupByFuotaTask... multicastGroupList)
multicastGroupList - The new value for the MulticastGroupList property for this object.ListMulticastGroupsByFuotaTaskResponse.Builder multicastGroupList(Consumer<MulticastGroupByFuotaTask.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.