public static interface GetMulticastGroupResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetMulticastGroupResponse.Builder,GetMulticastGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMulticastGroupResponse.Builder |
arn(String arn)
Sets the value of the Arn property for this object.
|
GetMulticastGroupResponse.Builder |
createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
GetMulticastGroupResponse.Builder |
description(String description)
Sets the value of the Description property for this object.
|
GetMulticastGroupResponse.Builder |
id(String id)
Sets the value of the Id property for this object.
|
default GetMulticastGroupResponse.Builder |
loRaWAN(Consumer<LoRaWANMulticastGet.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
GetMulticastGroupResponse.Builder |
loRaWAN(LoRaWANMulticastGet loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
GetMulticastGroupResponse.Builder |
name(String name)
Sets the value of the Name property for this object.
|
GetMulticastGroupResponse.Builder |
status(String status)
Sets the value of the Status property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMulticastGroupResponse.Builder arn(String arn)
arn - The new value for the Arn property for this object.GetMulticastGroupResponse.Builder id(String id)
id - The new value for the Id property for this object.GetMulticastGroupResponse.Builder name(String name)
name - The new value for the Name property for this object.GetMulticastGroupResponse.Builder description(String description)
description - The new value for the Description property for this object.GetMulticastGroupResponse.Builder status(String status)
status - The new value for the Status property for this object.GetMulticastGroupResponse.Builder loRaWAN(LoRaWANMulticastGet loRaWAN)
loRaWAN - The new value for the LoRaWAN property for this object.default GetMulticastGroupResponse.Builder loRaWAN(Consumer<LoRaWANMulticastGet.Builder> loRaWAN)
LoRaWANMulticastGet.Builder avoiding the
need to create one manually via LoRaWANMulticastGet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loRaWAN(LoRaWANMulticastGet).
loRaWAN - a consumer that will call methods on LoRaWANMulticastGet.BuilderloRaWAN(LoRaWANMulticastGet)GetMulticastGroupResponse.Builder createdAt(Instant createdAt)
createdAt - The new value for the CreatedAt property for this object.Copyright © 2023. All rights reserved.