Interface GetDeviceDiscoveryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDeviceDiscoveryResponse.Builder,,GetDeviceDiscoveryResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<GetDeviceDiscoveryResponse.Builder,,GetDeviceDiscoveryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDeviceDiscoveryResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the device discovery job request.connectorAssociationId(String connectorAssociationId) The ID tracking the current discovery process for one connector association.controllerId(String controllerId) The id of the end-user's IoT hub.discoveryType(String discoveryType) The discovery type supporting the type of device to be discovered in the device discovery job request.discoveryType(DiscoveryType discoveryType) The discovery type supporting the type of device to be discovered in the device discovery job request.finishedAt(Instant finishedAt) The timestamp value for the completion time of the device discovery.The id of the device discovery job request.The timestamp value for the start time of the device discovery.The status of the device discovery job request.status(DeviceDiscoveryStatus status) The status of the device discovery job request.A set of key/value pairs that are used to manage the device discovery request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The id of the device discovery job request.
- Parameters:
id- The id of the device discovery job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the device discovery job request.
- Parameters:
arn- The Amazon Resource Name (ARN) of the device discovery job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
discoveryType
The discovery type supporting the type of device to be discovered in the device discovery job request.
- Parameters:
discoveryType- The discovery type supporting the type of device to be discovered in the device discovery job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
discoveryType
The discovery type supporting the type of device to be discovered in the device discovery job request.
- Parameters:
discoveryType- The discovery type supporting the type of device to be discovered in the device discovery job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the device discovery job request.
- Parameters:
status- The status of the device discovery job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the device discovery job request.
- Parameters:
status- The status of the device discovery job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The timestamp value for the start time of the device discovery.
- Parameters:
startedAt- The timestamp value for the start time of the device discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controllerId
The id of the end-user's IoT hub.
- Parameters:
controllerId- The id of the end-user's IoT hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorAssociationId
The ID tracking the current discovery process for one connector association.
- Parameters:
connectorAssociationId- The ID tracking the current discovery process for one connector association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finishedAt
The timestamp value for the completion time of the device discovery.
- Parameters:
finishedAt- The timestamp value for the completion time of the device discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A set of key/value pairs that are used to manage the device discovery request.
- Parameters:
tags- A set of key/value pairs that are used to manage the device discovery request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-