Interface ProvisionDeviceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ProvisionDeviceResponse.Builder,
,ProvisionDeviceResponse> PanoramaResponse.Builder
,SdkBuilder<ProvisionDeviceResponse.Builder,
,ProvisionDeviceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ProvisionDeviceResponse
public static interface ProvisionDeviceResponse.Builder
extends PanoramaResponse.Builder, SdkPojo, CopyableBuilder<ProvisionDeviceResponse.Builder,ProvisionDeviceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe device's ARN.certificates
(SdkBytes certificates) The device's configuration bundle.The device's ID.iotThingName
(String iotThingName) The device's IoT thing name.The device's status.status
(DeviceStatus status) The device's status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.panorama.model.PanoramaResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The device's ARN.
- Parameters:
arn
- The device's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificates
The device's configuration bundle.
- Parameters:
certificates
- The device's configuration bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceId
The device's ID.
- Parameters:
deviceId
- The device's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iotThingName
The device's IoT thing name.
- Parameters:
iotThingName
- The device's IoT thing name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The device's status.
- Parameters:
status
- The device's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The device's status.
- Parameters:
status
- The device's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-