Interface CreateMulticastGroupRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateMulticastGroupRequest.Builder,,CreateMulticastGroupRequest> IotWirelessRequest.Builder,SdkBuilder<CreateMulticastGroupRequest.Builder,,CreateMulticastGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateMulticastGroupRequest
public static interface CreateMulticastGroupRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateMulticastGroupRequest.Builder,CreateMulticastGroupRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) Each resource must have a unique client request token.description(String description) The description of the multicast group.loRaWAN(Consumer<LoRaWANMulticast.Builder> loRaWAN) Sets the value of the LoRaWAN property for this object.loRaWAN(LoRaWANMulticast loRaWAN) Sets the value of the LoRaWAN property for this object.Sets the value of the Name property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
Sets the value of the Name property for this object.- Parameters:
 name- The new value for the Name property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description of the multicast group.
- Parameters:
 description- The description of the multicast group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clientRequestToken
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
- Parameters:
 clientRequestToken- Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
loRaWAN
Sets the value of the LoRaWAN property for this object.- Parameters:
 loRaWAN- The new value for the LoRaWAN property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
loRaWAN
Sets the value of the LoRaWAN property for this object. This is a convenience method that creates an instance of theLoRaWANMulticast.Builderavoiding the need to create one manually viaLoRaWANMulticast.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANMulticast).- Parameters:
 loRaWAN- a consumer that will call methods onLoRaWANMulticast.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
tags
Sets the value of the Tags property for this object.- Parameters:
 tags- The new value for the Tags property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Sets the value of the Tags property for this object.- Parameters:
 tags- The new value for the Tags property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateMulticastGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateMulticastGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -