Interface InvokeDataAutomationAsyncRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockDataAutomationRuntimeRequest.Builder,Buildable,CopyableBuilder<InvokeDataAutomationAsyncRequest.Builder,InvokeDataAutomationAsyncRequest>,SdkBuilder<InvokeDataAutomationAsyncRequest.Builder,InvokeDataAutomationAsyncRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- InvokeDataAutomationAsyncRequest
public static interface InvokeDataAutomationAsyncRequest.Builder extends BedrockDataAutomationRuntimeRequest.Builder, SdkPojo, CopyableBuilder<InvokeDataAutomationAsyncRequest.Builder,InvokeDataAutomationAsyncRequest>
-
-
Method Summary
-
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 Detail
-
clientToken
InvokeDataAutomationAsyncRequest.Builder clientToken(String clientToken)
Idempotency token.
- Parameters:
clientToken- Idempotency token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfiguration
InvokeDataAutomationAsyncRequest.Builder inputConfiguration(InputConfiguration 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:
inputConfiguration(InputConfiguration)
-
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:
outputConfiguration(OutputConfiguration)
-
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:
dataAutomationConfiguration(DataAutomationConfiguration)
-
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:
encryptionConfiguration(EncryptionConfiguration)
-
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:
notificationConfiguration(NotificationConfiguration)
-
blueprints
InvokeDataAutomationAsyncRequest.Builder blueprints(Collection<Blueprint> blueprints)
Blueprint list.
- Parameters:
blueprints- Blueprint list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprints
InvokeDataAutomationAsyncRequest.Builder blueprints(Blueprint... blueprints)
Blueprint list.
- Parameters:
blueprints- Blueprint list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprints
InvokeDataAutomationAsyncRequest.Builder blueprints(Consumer<Blueprint.Builder>... 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 to#blueprints(List.) - 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:
#blueprints(java.util.Collection)
-
overrideConfiguration
InvokeDataAutomationAsyncRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
InvokeDataAutomationAsyncRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-