public static interface GetDeviceProfileResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceProfileResponse.Builder,GetDeviceProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeviceProfileResponse.Builder |
arn(String arn)
The Amazon Resource Name of the resource.
|
GetDeviceProfileResponse.Builder |
id(String id)
The ID of the device profile.
|
default GetDeviceProfileResponse.Builder |
loRaWAN(Consumer<LoRaWANDeviceProfile.Builder> loRaWAN)
Information about the device profile.
|
GetDeviceProfileResponse.Builder |
loRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
|
GetDeviceProfileResponse.Builder |
name(String name)
The name of the resource.
|
default GetDeviceProfileResponse.Builder |
sidewalk(Consumer<SidewalkGetDeviceProfile.Builder> sidewalk)
Information about the Sidewalk parameters in the device profile.
|
GetDeviceProfileResponse.Builder |
sidewalk(SidewalkGetDeviceProfile sidewalk)
Information about the Sidewalk parameters in the device profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeviceProfileResponse.Builder arn(String arn)
The Amazon Resource Name of the resource.
arn - The Amazon Resource Name of the resource.GetDeviceProfileResponse.Builder name(String name)
The name of the resource.
name - The name of the resource.GetDeviceProfileResponse.Builder id(String id)
The ID of the device profile.
id - The ID of the device profile.GetDeviceProfileResponse.Builder loRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
loRaWAN - Information about the device profile.default GetDeviceProfileResponse.Builder loRaWAN(Consumer<LoRaWANDeviceProfile.Builder> loRaWAN)
Information about the device profile.
This is a convenience method that creates an instance of theLoRaWANDeviceProfile.Builder avoiding
the need to create one manually via LoRaWANDeviceProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loRaWAN(LoRaWANDeviceProfile).
loRaWAN - a consumer that will call methods on LoRaWANDeviceProfile.BuilderloRaWAN(LoRaWANDeviceProfile)GetDeviceProfileResponse.Builder sidewalk(SidewalkGetDeviceProfile sidewalk)
Information about the Sidewalk parameters in the device profile.
sidewalk - Information about the Sidewalk parameters in the device profile.default GetDeviceProfileResponse.Builder sidewalk(Consumer<SidewalkGetDeviceProfile.Builder> sidewalk)
Information about the Sidewalk parameters in the device profile.
This is a convenience method that creates an instance of theSidewalkGetDeviceProfile.Builder
avoiding the need to create one manually via SidewalkGetDeviceProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sidewalk(SidewalkGetDeviceProfile).
sidewalk - a consumer that will call methods on SidewalkGetDeviceProfile.Buildersidewalk(SidewalkGetDeviceProfile)Copyright © 2023. All rights reserved.