Interface UpdateConnectorDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateConnectorDestinationRequest.Builder,
,UpdateConnectorDestinationRequest> IotManagedIntegrationsRequest.Builder
,SdkBuilder<UpdateConnectorDestinationRequest.Builder,
,UpdateConnectorDestinationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateConnectorDestinationRequest
-
Method Summary
Modifier and TypeMethodDescriptionauthConfig
(Consumer<AuthConfigUpdate.Builder> authConfig) The updated authentication configuration details for the connector destination.authConfig
(AuthConfigUpdate authConfig) The updated authentication configuration details for the connector destination.The new authentication type to use for the connector destination.The new authentication type to use for the connector destination.description
(String description) The new description to assign to the connector destination.identifier
(String identifier) The unique identifier of the connector destination to update.The new display name to assign to the connector destination.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.secretsManager
(Consumer<SecretsManager.Builder> secretsManager) The updated AWS Secrets Manager configuration for the connector destination.secretsManager
(SecretsManager secretsManager) The updated AWS Secrets Manager configuration for the connector destination.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
The unique identifier of the connector destination to update.
- Parameters:
identifier
- The unique identifier of the connector destination to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The new description to assign to the connector destination.
- Parameters:
description
- The new description to assign to the connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The new display name to assign to the connector destination.
- Parameters:
name
- The new display name to assign to the connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authType
The new authentication type to use for the connector destination.
- Parameters:
authType
- The new authentication type to use for the connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authType
The new authentication type to use for the connector destination.
- Parameters:
authType
- The new authentication type to use for the connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authConfig
The updated authentication configuration details for the connector destination.
- Parameters:
authConfig
- The updated authentication configuration details for the connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authConfig
default UpdateConnectorDestinationRequest.Builder authConfig(Consumer<AuthConfigUpdate.Builder> authConfig) The updated authentication configuration details for the connector destination.
This is a convenience method that creates an instance of theAuthConfigUpdate.Builder
avoiding the need to create one manually viaAuthConfigUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthConfig(AuthConfigUpdate)
.- Parameters:
authConfig
- a consumer that will call methods onAuthConfigUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
secretsManager
The updated AWS Secrets Manager configuration for the connector destination.
- Parameters:
secretsManager
- The updated AWS Secrets Manager configuration for the connector destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretsManager
default UpdateConnectorDestinationRequest.Builder secretsManager(Consumer<SecretsManager.Builder> secretsManager) The updated AWS Secrets Manager configuration for the connector destination.
This is a convenience method that creates an instance of theSecretsManager.Builder
avoiding the need to create one manually viaSecretsManager.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosecretsManager(SecretsManager)
.- Parameters:
secretsManager
- a consumer that will call methods onSecretsManager.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateConnectorDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateConnectorDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-