Interface GetMulticastGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMulticastGroupResponse.Builder,
,GetMulticastGroupResponse> IotWirelessResponse.Builder
,SdkBuilder<GetMulticastGroupResponse.Builder,
,GetMulticastGroupResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMulticastGroupResponse
public static interface GetMulticastGroupResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetMulticastGroupResponse.Builder,GetMulticastGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Arn property for this object.Sets the value of the CreatedAt property for this object.description
(String description) Sets the value of the Description property for this object.Sets the value of the Id property for this object.loRaWAN
(Consumer<LoRaWANMulticastGet.Builder> loRaWAN) Sets the value of the LoRaWAN property for this object.loRaWAN
(LoRaWANMulticastGet loRaWAN) Sets the value of the LoRaWAN property for this object.Sets the value of the Name property for this object.Sets the value of the Status property for this object.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 Details
-
arn
Sets the value of the Arn property for this object.- Parameters:
arn
- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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
Sets the value of the Description property for this object.- Parameters:
description
- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Sets the value of the Status property for this object.- Parameters:
status
- The new value for the Status 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.- 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 theLoRaWANMulticastGet.Builder
avoiding the need to create one manually viaLoRaWANMulticastGet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toloRaWAN(LoRaWANMulticastGet)
.- Parameters:
loRaWAN
- a consumer that will call methods onLoRaWANMulticastGet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Sets the value of the CreatedAt property for this object.- Parameters:
createdAt
- The new value for the CreatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-