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)
MulticastGroupByFuotaTask.Builder avoiding the need
to create one manually via
MulticastGroupByFuotaTask.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #multicastGroupList(List.
multicastGroupList - a consumer that will call methods on
MulticastGroupByFuotaTask.Builder#multicastGroupList(java.util.Collection) Copyright © 2022. All rights reserved.