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 TypeMethodDescriptionaccountAssociationId
(String accountAssociationId) The identifier of the account association used for the device discovery.The Amazon Resource Name (ARN) of the device discovery job request.connectorAssociationId
(String connectorAssociationId) Deprecated.ConnectorAssociationId has been deprecatedcontrollerId
(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.Deprecated.Tags have been deprecated from this apiMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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 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
@Deprecated GetDeviceDiscoveryResponse.Builder connectorAssociationId(String connectorAssociationId) Deprecated.ConnectorAssociationId has been deprecatedThe 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.
-
accountAssociationId
The identifier of the account association used for the device discovery.
- Parameters:
accountAssociationId
- The identifier of the account association used for the device discovery.- 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
Deprecated.Tags have been deprecated from this apiA 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.
-