public static interface GetServiceProfileResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetServiceProfileResponse.Builder,GetServiceProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
GetServiceProfileResponse.Builder |
arn(String arn)
The Amazon Resource Name of the resource.
|
GetServiceProfileResponse.Builder |
id(String id)
The ID of the service profile.
|
default GetServiceProfileResponse.Builder |
loRaWAN(Consumer<LoRaWANGetServiceProfileInfo.Builder> loRaWAN)
Information about the service profile.
|
GetServiceProfileResponse.Builder |
loRaWAN(LoRaWANGetServiceProfileInfo loRaWAN)
Information about the service profile.
|
GetServiceProfileResponse.Builder |
name(String name)
The name of the resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceProfileResponse.Builder arn(String arn)
The Amazon Resource Name of the resource.
arn - The Amazon Resource Name of the resource.GetServiceProfileResponse.Builder name(String name)
The name of the resource.
name - The name of the resource.GetServiceProfileResponse.Builder id(String id)
The ID of the service profile.
id - The ID of the service profile.GetServiceProfileResponse.Builder loRaWAN(LoRaWANGetServiceProfileInfo loRaWAN)
Information about the service profile.
loRaWAN - Information about the service profile.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 via LoRaWANGetServiceProfileInfo.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to loRaWAN(LoRaWANGetServiceProfileInfo).loRaWAN - a consumer that will call methods on LoRaWANGetServiceProfileInfo.BuilderloRaWAN(LoRaWANGetServiceProfileInfo)Copyright © 2022. All rights reserved.