Interface CreateConnectorDestinationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateConnectorDestinationRequest.Builder,,- CreateConnectorDestinationRequest> - IotManagedIntegrationsRequest.Builder,- SdkBuilder<CreateConnectorDestinationRequest.Builder,,- CreateConnectorDestinationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateConnectorDestinationRequest
- 
Method SummaryModifier and TypeMethodDescriptionauthConfig(Consumer<AuthConfig.Builder> authConfig) The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.authConfig(AuthConfig authConfig) The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.The authentication type used for the connector destination, which determines how credentials and access are managed.The authentication type used for the connector destination, which determines how credentials and access are managed.clientToken(String clientToken) An idempotency token.cloudConnectorId(String cloudConnectorId) The identifier of the C2C connector.description(String description) A description of the connector destination.The display name of 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 AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.secretsManager(SecretsManager secretsManager) The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe display name of the connector destination. - Parameters:
- name- The display name of the connector destination.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionA description of the connector destination. - Parameters:
- description- A description of the connector destination.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudConnectorIdThe identifier of the C2C connector. - Parameters:
- cloudConnectorId- The identifier of the C2C connector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authTypeThe authentication type used for the connector destination, which determines how credentials and access are managed. - Parameters:
- authType- The authentication type used for the connector destination, which determines how credentials and access are managed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
authTypeThe authentication type used for the connector destination, which determines how credentials and access are managed. - Parameters:
- authType- The authentication type used for the connector destination, which determines how credentials and access are managed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
authConfigThe authentication configuration details for the connector destination, including OAuth settings and other authentication parameters. - Parameters:
- authConfig- The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authConfigdefault CreateConnectorDestinationRequest.Builder authConfig(Consumer<AuthConfig.Builder> authConfig) The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters. This is a convenience method that creates an instance of theAuthConfig.Builderavoiding the need to create one manually viaAuthConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthConfig(AuthConfig).- Parameters:
- authConfig- a consumer that will call methods on- AuthConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
secretsManagerThe AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination. - Parameters:
- secretsManager- The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
secretsManagerdefault CreateConnectorDestinationRequest.Builder secretsManager(Consumer<SecretsManager.Builder> secretsManager) The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination. This is a convenience method that creates an instance of theSecretsManager.Builderavoiding the need to create one manually viaSecretsManager.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosecretsManager(SecretsManager).- Parameters:
- secretsManager- a consumer that will call methods on- SecretsManager.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
clientTokenAn 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.
 
- 
overrideConfigurationCreateConnectorDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateConnectorDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-