Interface GetDeviceProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDeviceProfileResponse.Builder,GetDeviceProfileResponse>,IotWirelessResponse.Builder,SdkBuilder<GetDeviceProfileResponse.Builder,GetDeviceProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDeviceProfileResponse
public static interface GetDeviceProfileResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceProfileResponse.Builder,GetDeviceProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetDeviceProfileResponse.Builderarn(String arn)The Amazon Resource Name of the resource.GetDeviceProfileResponse.Builderid(String id)The ID of the device profile.default GetDeviceProfileResponse.BuilderloRaWAN(Consumer<LoRaWANDeviceProfile.Builder> loRaWAN)Information about the device profile.GetDeviceProfileResponse.BuilderloRaWAN(LoRaWANDeviceProfile loRaWAN)Information about the device profile.GetDeviceProfileResponse.Buildername(String name)The name of the resource.default GetDeviceProfileResponse.Buildersidewalk(Consumer<SidewalkGetDeviceProfile.Builder> sidewalk)Information about the Sidewalk parameters in the device profile.GetDeviceProfileResponse.Buildersidewalk(SidewalkGetDeviceProfile sidewalk)Information about the Sidewalk parameters in the device profile.-
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
GetDeviceProfileResponse.Builder arn(String 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
GetDeviceProfileResponse.Builder name(String 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
GetDeviceProfileResponse.Builder id(String id)
The ID of the device profile.
- Parameters:
id- The ID of the device profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
GetDeviceProfileResponse.Builder loRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
- Parameters:
loRaWAN- Information about the device profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
default GetDeviceProfileResponse.Builder loRaWAN(Consumer<LoRaWANDeviceProfile.Builder> loRaWAN)
Information about the device profile.
This is a convenience method that creates an instance of theLoRaWANDeviceProfile.Builderavoiding the need to create one manually viaLoRaWANDeviceProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANDeviceProfile).- Parameters:
loRaWAN- a consumer that will call methods onLoRaWANDeviceProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANDeviceProfile)
-
sidewalk
GetDeviceProfileResponse.Builder sidewalk(SidewalkGetDeviceProfile sidewalk)
Information about the Sidewalk parameters in the device profile.
- Parameters:
sidewalk- Information about the Sidewalk parameters in the device profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalk
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.Builderavoiding the need to create one manually viaSidewalkGetDeviceProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosidewalk(SidewalkGetDeviceProfile).- Parameters:
sidewalk- a consumer that will call methods onSidewalkGetDeviceProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sidewalk(SidewalkGetDeviceProfile)
-
-