Interface GetServiceProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetServiceProfileResponse.Builder,
,GetServiceProfileResponse> IotWirelessResponse.Builder
,SdkBuilder<GetServiceProfileResponse.Builder,
,GetServiceProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetServiceProfileResponse
@Mutable
@NotThreadSafe
public static interface GetServiceProfileResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetServiceProfileResponse.Builder,GetServiceProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name of the resource.The ID of the service profile.Information about the service profile.loRaWAN
(LoRaWANGetServiceProfileInfo loRaWAN) Information about the service profile.The name of the resource.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 Details
-
arn
The Amazon Resource Name of the resource.
- Parameters:
arn
- The Amazon Resource Name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource.
- Parameters:
name
- The name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the service profile.
- Parameters:
id
- The ID of the service profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
Information about the service profile.
- Parameters:
loRaWAN
- Information about the service profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
default GetServiceProfileResponse.Builder loRaWAN(Consumer<LoRaWANGetServiceProfileInfo.Builder> loRaWAN) Information about the service profile.
This is a convenience method that creates an instance of theLoRaWANGetServiceProfileInfo.Builder
avoiding the need to create one manually viaLoRaWANGetServiceProfileInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toloRaWAN(LoRaWANGetServiceProfileInfo)
.- Parameters:
loRaWAN
- a consumer that will call methods onLoRaWANGetServiceProfileInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-