Interface ListMulticastGroupsByFuotaTaskResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMulticastGroupsByFuotaTaskResponse.Builder,ListMulticastGroupsByFuotaTaskResponse>,IotWirelessResponse.Builder,SdkBuilder<ListMulticastGroupsByFuotaTaskResponse.Builder,ListMulticastGroupsByFuotaTaskResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMulticastGroupsByFuotaTaskResponse
public static interface ListMulticastGroupsByFuotaTaskResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListMulticastGroupsByFuotaTaskResponse.Builder,ListMulticastGroupsByFuotaTaskResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMulticastGroupsByFuotaTaskResponse.BuildermulticastGroupList(Collection<MulticastGroupByFuotaTask> multicastGroupList)Sets the value of the MulticastGroupList property for this object.ListMulticastGroupsByFuotaTaskResponse.BuildermulticastGroupList(Consumer<MulticastGroupByFuotaTask.Builder>... multicastGroupList)Sets the value of the MulticastGroupList property for this object.ListMulticastGroupsByFuotaTaskResponse.BuildermulticastGroupList(MulticastGroupByFuotaTask... multicastGroupList)Sets the value of the MulticastGroupList property for this object.ListMulticastGroupsByFuotaTaskResponse.BuildernextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListMulticastGroupsByFuotaTaskResponse.Builder nextToken(String nextToken)
To retrieve the next set of results, the
nextTokenvalue from a previous response; otherwise null to receive the first set of results.- Parameters:
nextToken- To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multicastGroupList
ListMulticastGroupsByFuotaTaskResponse.Builder multicastGroupList(Collection<MulticastGroupByFuotaTask> multicastGroupList)
Sets the value of the MulticastGroupList property for this object.- Parameters:
multicastGroupList- The new value for the MulticastGroupList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multicastGroupList
ListMulticastGroupsByFuotaTaskResponse.Builder multicastGroupList(MulticastGroupByFuotaTask... multicastGroupList)
Sets the value of the MulticastGroupList property for this object.- Parameters:
multicastGroupList- The new value for the MulticastGroupList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multicastGroupList
ListMulticastGroupsByFuotaTaskResponse.Builder multicastGroupList(Consumer<MulticastGroupByFuotaTask.Builder>... multicastGroupList)
Sets the value of the MulticastGroupList property for this object. This is a convenience method that creates an instance of theMulticastGroupByFuotaTask.Builderavoiding the need to create one manually viaMulticastGroupByFuotaTask.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#multicastGroupList(List.) - Parameters:
multicastGroupList- a consumer that will call methods onMulticastGroupByFuotaTask.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#multicastGroupList(java.util.Collection)
-
-