Interface ListMulticastGroupsByFuotaTaskRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMulticastGroupsByFuotaTaskRequest.Builder,ListMulticastGroupsByFuotaTaskRequest>,IotWirelessRequest.Builder,SdkBuilder<ListMulticastGroupsByFuotaTaskRequest.Builder,ListMulticastGroupsByFuotaTaskRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMulticastGroupsByFuotaTaskRequest
public static interface ListMulticastGroupsByFuotaTaskRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListMulticastGroupsByFuotaTaskRequest.Builder,ListMulticastGroupsByFuotaTaskRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMulticastGroupsByFuotaTaskRequest.Builderid(String id)Sets the value of the Id property for this object.ListMulticastGroupsByFuotaTaskRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListMulticastGroupsByFuotaTaskRequest.BuildernextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.ListMulticastGroupsByFuotaTaskRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMulticastGroupsByFuotaTaskRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
ListMulticastGroupsByFuotaTaskRequest.Builder id(String id)
Sets the value of the Id property for this object.- Parameters:
id- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMulticastGroupsByFuotaTaskRequest.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.
-
maxResults
ListMulticastGroupsByFuotaTaskRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMulticastGroupsByFuotaTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMulticastGroupsByFuotaTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-