public static interface CreateMulticastGroupRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<CreateMulticastGroupRequest.Builder,CreateMulticastGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMulticastGroupRequest.Builder name(String name)
name - The new value for the Name property for this object.CreateMulticastGroupRequest.Builder description(String description)
The description of the multicast group.
description - The description of the multicast group.CreateMulticastGroupRequest.Builder clientRequestToken(String 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.
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.CreateMulticastGroupRequest.Builder loRaWAN(LoRaWANMulticast loRaWAN)
loRaWAN - The new value for the LoRaWAN property for this object.default CreateMulticastGroupRequest.Builder loRaWAN(Consumer<LoRaWANMulticast.Builder> loRaWAN)
LoRaWANMulticast.Builder avoiding the
need to create one manually via LoRaWANMulticast.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loRaWAN(LoRaWANMulticast).loRaWAN - a consumer that will call methods on LoRaWANMulticast.BuilderloRaWAN(LoRaWANMulticast)CreateMulticastGroupRequest.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.CreateMulticastGroupRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.CreateMulticastGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateMulticastGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMulticastGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.