Interface StartDeviceDiscoveryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartDeviceDiscoveryResponse.Builder,,StartDeviceDiscoveryResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<StartDeviceDiscoveryResponse.Builder,,StartDeviceDiscoveryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartDeviceDiscoveryResponse
@Mutable
@NotThreadSafe
public static interface StartDeviceDiscoveryResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<StartDeviceDiscoveryResponse.Builder,StartDeviceDiscoveryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the device discovery job request.The timestamp value for the start time of the device discovery.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.
-
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.
-