Interface CreateDataIntegrationAssociationRequest.Builder
- All Superinterfaces:
AppIntegrationsRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDataIntegrationAssociationRequest.Builder,
,CreateDataIntegrationAssociationRequest> SdkBuilder<CreateDataIntegrationAssociationRequest.Builder,
,CreateDataIntegrationAssociationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDataIntegrationAssociationRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientAssociationMetadata
(Map<String, String> clientAssociationMetadata) The mapping of metadata to be extracted from the data.The identifier for the client that is associated with the DataIntegration association.clientToken
(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.dataIntegrationIdentifier
(String dataIntegrationIdentifier) A unique identifier for the DataIntegration.destinationURI
(String destinationURI) The URI of the data destination.executionConfiguration
(Consumer<ExecutionConfiguration.Builder> executionConfiguration) The configuration for how the files should be pulled from the source.executionConfiguration
(ExecutionConfiguration executionConfiguration) The configuration for how the files should be pulled from the source.objectConfiguration
(Map<String, ? extends Map<String, ? extends Collection<String>>> objectConfiguration) Sets the value of the ObjectConfiguration property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.appintegrations.model.AppIntegrationsRequest.Builder
build
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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dataIntegrationIdentifier
CreateDataIntegrationAssociationRequest.Builder dataIntegrationIdentifier(String dataIntegrationIdentifier) A unique identifier for the DataIntegration.
- Parameters:
dataIntegrationIdentifier
- A unique identifier for the DataIntegration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientId
The identifier for the client that is associated with the DataIntegration association.
- Parameters:
clientId
- The identifier for the client that is associated with the DataIntegration association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectConfiguration
CreateDataIntegrationAssociationRequest.Builder objectConfiguration(Map<String, ? extends Map<String, ? extends Collection<String>>> objectConfiguration) Sets the value of the ObjectConfiguration property for this object.- Parameters:
objectConfiguration
- The new value for the ObjectConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationURI
The URI of the data destination.
- Parameters:
destinationURI
- The URI of the data destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientAssociationMetadata
CreateDataIntegrationAssociationRequest.Builder clientAssociationMetadata(Map<String, String> clientAssociationMetadata) The mapping of metadata to be extracted from the data.
- Parameters:
clientAssociationMetadata
- The mapping of metadata to be extracted from the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
- Parameters:
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionConfiguration
CreateDataIntegrationAssociationRequest.Builder executionConfiguration(ExecutionConfiguration executionConfiguration) The configuration for how the files should be pulled from the source.
- Parameters:
executionConfiguration
- The configuration for how the files should be pulled from the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionConfiguration
default CreateDataIntegrationAssociationRequest.Builder executionConfiguration(Consumer<ExecutionConfiguration.Builder> executionConfiguration) The configuration for how the files should be pulled from the source.
This is a convenience method that creates an instance of theExecutionConfiguration.Builder
avoiding the need to create one manually viaExecutionConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexecutionConfiguration(ExecutionConfiguration)
.- Parameters:
executionConfiguration
- a consumer that will call methods onExecutionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateDataIntegrationAssociationRequest.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
CreateDataIntegrationAssociationRequest.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.
-