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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetMulticastGroupResponse.Builderarn(String arn)Sets the value of the Arn property for this object.GetMulticastGroupResponse.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.GetMulticastGroupResponse.Builderdescription(String description)Sets the value of the Description property for this object.GetMulticastGroupResponse.Builderid(String id)Sets the value of the Id property for this object.default GetMulticastGroupResponse.BuilderloRaWAN(Consumer<LoRaWANMulticastGet.Builder> loRaWAN)Sets the value of the LoRaWAN property for this object.GetMulticastGroupResponse.BuilderloRaWAN(LoRaWANMulticastGet loRaWAN)Sets the value of the LoRaWAN property for this object.GetMulticastGroupResponse.Buildername(String name)Sets the value of the Name property for this object.GetMulticastGroupResponse.Builderstatus(String status)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetMulticastGroupResponse.Builder arn(String 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
GetMulticastGroupResponse.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.
-
name
GetMulticastGroupResponse.Builder name(String 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
GetMulticastGroupResponse.Builder description(String 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
GetMulticastGroupResponse.Builder status(String 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
GetMulticastGroupResponse.Builder loRaWAN(LoRaWANMulticastGet 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
default GetMulticastGroupResponse.Builder loRaWAN(Consumer<LoRaWANMulticastGet.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object. This is a convenience method that creates an instance of theLoRaWANMulticastGet.Builderavoiding the need to create one manually viaLoRaWANMulticastGet.builder().When the
Consumercompletes,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:
loRaWAN(LoRaWANMulticastGet)
-
createdAt
GetMulticastGroupResponse.Builder createdAt(Instant 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.
-
-