Interface InvokeDataAutomationAsyncRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockDataAutomationRuntimeRequest.Builder
,Buildable
,CopyableBuilder<InvokeDataAutomationAsyncRequest.Builder,
,InvokeDataAutomationAsyncRequest> SdkBuilder<InvokeDataAutomationAsyncRequest.Builder,
,InvokeDataAutomationAsyncRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
InvokeDataAutomationAsyncRequest
-
Method Summary
Modifier and TypeMethodDescriptionblueprints
(Collection<Blueprint> blueprints) Blueprint list.blueprints
(Consumer<Blueprint.Builder>... blueprints) Blueprint list.blueprints
(Blueprint... blueprints) Blueprint list.clientToken
(String clientToken) Idempotency token.dataAutomationConfiguration
(Consumer<DataAutomationConfiguration.Builder> dataAutomationConfiguration) Data automation configuration.dataAutomationConfiguration
(DataAutomationConfiguration dataAutomationConfiguration) Data automation configuration.dataAutomationProfileArn
(String dataAutomationProfileArn) Data automation profile ARNencryptionConfiguration
(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) Encryption configuration.encryptionConfiguration
(EncryptionConfiguration encryptionConfiguration) Encryption configuration.inputConfiguration
(Consumer<InputConfiguration.Builder> inputConfiguration) Input configuration.inputConfiguration
(InputConfiguration inputConfiguration) Input configuration.notificationConfiguration
(Consumer<NotificationConfiguration.Builder> notificationConfiguration) Notification configuration.notificationConfiguration
(NotificationConfiguration notificationConfiguration) Notification configuration.outputConfiguration
(Consumer<OutputConfiguration.Builder> outputConfiguration) Output configuration.outputConfiguration
(OutputConfiguration outputConfiguration) Output configuration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) List of tags.tags
(Consumer<Tag.Builder>... tags) List of tags.List of tags.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.bedrockdataautomationruntime.model.BedrockDataAutomationRuntimeRequest.Builder
build
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 Details
-
clientToken
Idempotency token.
- Parameters:
clientToken
- Idempotency token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfiguration
Input configuration.
- Parameters:
inputConfiguration
- Input configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfiguration
default InvokeDataAutomationAsyncRequest.Builder inputConfiguration(Consumer<InputConfiguration.Builder> inputConfiguration) Input configuration.
This is a convenience method that creates an instance of theInputConfiguration.Builder
avoiding the need to create one manually viaInputConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinputConfiguration(InputConfiguration)
.- Parameters:
inputConfiguration
- a consumer that will call methods onInputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputConfiguration
InvokeDataAutomationAsyncRequest.Builder outputConfiguration(OutputConfiguration outputConfiguration) Output configuration.
- Parameters:
outputConfiguration
- Output configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputConfiguration
default InvokeDataAutomationAsyncRequest.Builder outputConfiguration(Consumer<OutputConfiguration.Builder> outputConfiguration) Output configuration.
This is a convenience method that creates an instance of theOutputConfiguration.Builder
avoiding the need to create one manually viaOutputConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputConfiguration(OutputConfiguration)
.- Parameters:
outputConfiguration
- a consumer that will call methods onOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataAutomationConfiguration
InvokeDataAutomationAsyncRequest.Builder dataAutomationConfiguration(DataAutomationConfiguration dataAutomationConfiguration) Data automation configuration.
- Parameters:
dataAutomationConfiguration
- Data automation configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAutomationConfiguration
default InvokeDataAutomationAsyncRequest.Builder dataAutomationConfiguration(Consumer<DataAutomationConfiguration.Builder> dataAutomationConfiguration) Data automation configuration.
This is a convenience method that creates an instance of theDataAutomationConfiguration.Builder
avoiding the need to create one manually viaDataAutomationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataAutomationConfiguration(DataAutomationConfiguration)
.- Parameters:
dataAutomationConfiguration
- a consumer that will call methods onDataAutomationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionConfiguration
InvokeDataAutomationAsyncRequest.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) Encryption configuration.
- Parameters:
encryptionConfiguration
- Encryption configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfiguration
default InvokeDataAutomationAsyncRequest.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) Encryption configuration.
This is a convenience method that creates an instance of theEncryptionConfiguration.Builder
avoiding the need to create one manually viaEncryptionConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toencryptionConfiguration(EncryptionConfiguration)
.- Parameters:
encryptionConfiguration
- a consumer that will call methods onEncryptionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notificationConfiguration
InvokeDataAutomationAsyncRequest.Builder notificationConfiguration(NotificationConfiguration notificationConfiguration) Notification configuration.
- Parameters:
notificationConfiguration
- Notification configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfiguration
default InvokeDataAutomationAsyncRequest.Builder notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration) Notification configuration.
This is a convenience method that creates an instance of theNotificationConfiguration.Builder
avoiding the need to create one manually viaNotificationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonotificationConfiguration(NotificationConfiguration)
.- Parameters:
notificationConfiguration
- a consumer that will call methods onNotificationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blueprints
Blueprint list.
- Parameters:
blueprints
- Blueprint list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprints
Blueprint list.
- Parameters:
blueprints
- Blueprint list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprints
Blueprint list.
This is a convenience method that creates an instance of theBlueprint.Builder
avoiding the need to create one manually viaBlueprint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toblueprints(List<Blueprint>)
.- Parameters:
blueprints
- a consumer that will call methods onBlueprint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataAutomationProfileArn
Data automation profile ARN
- Parameters:
dataAutomationProfileArn
- Data automation profile ARN- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
List of tags.
- Parameters:
tags
- List of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
List of tags.
- Parameters:
tags
- List of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
List of tags.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
InvokeDataAutomationAsyncRequest.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
InvokeDataAutomationAsyncRequest.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.
-