Interface UpdateDataIntegrationAssociationRequest.Builder
-
- All Superinterfaces:
AppIntegrationsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDataIntegrationAssociationRequest.Builder,UpdateDataIntegrationAssociationRequest>,SdkBuilder<UpdateDataIntegrationAssociationRequest.Builder,UpdateDataIntegrationAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDataIntegrationAssociationRequest
public static interface UpdateDataIntegrationAssociationRequest.Builder extends AppIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataIntegrationAssociationRequest.Builder,UpdateDataIntegrationAssociationRequest>
-
-
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
UpdateDataIntegrationAssociationRequest.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.
-
dataIntegrationAssociationIdentifier
UpdateDataIntegrationAssociationRequest.Builder dataIntegrationAssociationIdentifier(String dataIntegrationAssociationIdentifier)
A unique identifier. of the DataIntegrationAssociation resource
- Parameters:
dataIntegrationAssociationIdentifier- A unique identifier. of the DataIntegrationAssociation resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionConfiguration
UpdateDataIntegrationAssociationRequest.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 UpdateDataIntegrationAssociationRequest.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
UpdateDataIntegrationAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDataIntegrationAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-