Interface StartDeviceDiscoveryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartDeviceDiscoveryRequest.Builder,,StartDeviceDiscoveryRequest> IotManagedIntegrationsRequest.Builder,SdkBuilder<StartDeviceDiscoveryRequest.Builder,,StartDeviceDiscoveryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartDeviceDiscoveryRequest
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationMaterial(String authenticationMaterial) The authentication material required to start the local device discovery job request.authenticationMaterialType(String authenticationMaterialType) The type of authentication material used for device discovery jobs.authenticationMaterialType(DiscoveryAuthMaterialType authenticationMaterialType) The type of authentication material used for device discovery jobs.clientToken(String clientToken) An idempotency token.connectorAssociationIdentifier(String connectorAssociationIdentifier) The id of the connector association.controllerIdentifier(String controllerIdentifier) 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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A set of key/value pairs that are used to manage the device discovery request.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
controllerIdentifier
The id of the end-user's IoT hub.
- Parameters:
controllerIdentifier- The id of the end-user's IoT hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorAssociationIdentifier
StartDeviceDiscoveryRequest.Builder connectorAssociationIdentifier(String connectorAssociationIdentifier) The id of the connector association.
- Parameters:
connectorAssociationIdentifier- The id of the connector association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationMaterial
The authentication material required to start the local device discovery job request.
- Parameters:
authenticationMaterial- The authentication material required to start the local device discovery job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationMaterialType
The type of authentication material used for device discovery jobs.
- Parameters:
authenticationMaterialType- The type of authentication material used for device discovery jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationMaterialType
StartDeviceDiscoveryRequest.Builder authenticationMaterialType(DiscoveryAuthMaterialType authenticationMaterialType) The type of authentication material used for device discovery jobs.
- Parameters:
authenticationMaterialType- The type of authentication material used for device discovery jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
- Parameters:
clientToken- An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.- 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.
-
overrideConfiguration
StartDeviceDiscoveryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartDeviceDiscoveryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-