Interface CreateDataIntegrationAssociationRequest.Builder
-
- All Superinterfaces:
AppIntegrationsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateDataIntegrationAssociationRequest.Builder,CreateDataIntegrationAssociationRequest>,SdkBuilder<CreateDataIntegrationAssociationRequest.Builder,CreateDataIntegrationAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDataIntegrationAssociationRequest
public static interface CreateDataIntegrationAssociationRequest.Builder extends AppIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<CreateDataIntegrationAssociationRequest.Builder,CreateDataIntegrationAssociationRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
CreateDataIntegrationAssociationRequest.Builder clientId(String 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
CreateDataIntegrationAssociationRequest.Builder destinationURI(String 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
CreateDataIntegrationAssociationRequest.Builder clientToken(String 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.Builderavoiding the need to create one manually viaExecutionConfiguration.builder().When the
Consumercompletes,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:
executionConfiguration(ExecutionConfiguration)
-
overrideConfiguration
CreateDataIntegrationAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDataIntegrationAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-