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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockdataautomationruntime.model.BedrockDataAutomationRuntimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.Builderavoiding the need to create one manually viaInputConfiguration.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaOutputConfiguration.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaDataAutomationConfiguration.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaEncryptionConfiguration.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaNotificationConfiguration.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaBlueprint.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-