Interface UpdateDataAutomationProjectRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockDataAutomationRequest.Builder
,Buildable
,CopyableBuilder<UpdateDataAutomationProjectRequest.Builder,
,UpdateDataAutomationProjectRequest> SdkBuilder<UpdateDataAutomationProjectRequest.Builder,
,UpdateDataAutomationProjectRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateDataAutomationProjectRequest
@Mutable
@NotThreadSafe
public static interface UpdateDataAutomationProjectRequest.Builder
extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataAutomationProjectRequest.Builder,UpdateDataAutomationProjectRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncustomOutputConfiguration
(Consumer<CustomOutputConfiguration.Builder> customOutputConfiguration) Sets the value of the CustomOutputConfiguration property for this object.customOutputConfiguration
(CustomOutputConfiguration customOutputConfiguration) Sets the value of the CustomOutputConfiguration property for this object.encryptionConfiguration
(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.encryptionConfiguration
(EncryptionConfiguration encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.overrideConfigurationValue
(Consumer<OverrideConfiguration.Builder> overrideConfigurationValue) Sets the value of the OverrideConfiguration property for this object.overrideConfigurationValue
(OverrideConfiguration overrideConfigurationValue) Sets the value of the OverrideConfiguration property for this object.projectArn
(String projectArn) ARN generated at the server side when a DataAutomationProject is createdprojectDescription
(String projectDescription) Sets the value of the ProjectDescription property for this object.projectStage
(String projectStage) Sets the value of the ProjectStage property for this object.projectStage
(DataAutomationProjectStage projectStage) Sets the value of the ProjectStage property for this object.standardOutputConfiguration
(Consumer<StandardOutputConfiguration.Builder> standardOutputConfiguration) Sets the value of the StandardOutputConfiguration property for this object.standardOutputConfiguration
(StandardOutputConfiguration standardOutputConfiguration) Sets the value of the StandardOutputConfiguration property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationRequest.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
-
projectArn
ARN generated at the server side when a DataAutomationProject is created
- Parameters:
projectArn
- ARN generated at the server side when a DataAutomationProject is created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectStage
Sets the value of the ProjectStage property for this object.- Parameters:
projectStage
- The new value for the ProjectStage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
projectStage
Sets the value of the ProjectStage property for this object.- Parameters:
projectStage
- The new value for the ProjectStage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
projectDescription
Sets the value of the ProjectDescription property for this object.- Parameters:
projectDescription
- The new value for the ProjectDescription property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardOutputConfiguration
UpdateDataAutomationProjectRequest.Builder standardOutputConfiguration(StandardOutputConfiguration standardOutputConfiguration) Sets the value of the StandardOutputConfiguration property for this object.- Parameters:
standardOutputConfiguration
- The new value for the StandardOutputConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardOutputConfiguration
default UpdateDataAutomationProjectRequest.Builder standardOutputConfiguration(Consumer<StandardOutputConfiguration.Builder> standardOutputConfiguration) Sets the value of the StandardOutputConfiguration property for this object. This is a convenience method that creates an instance of theStandardOutputConfiguration.Builder
avoiding the need to create one manually viaStandardOutputConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostandardOutputConfiguration(StandardOutputConfiguration)
.- Parameters:
standardOutputConfiguration
- a consumer that will call methods onStandardOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customOutputConfiguration
UpdateDataAutomationProjectRequest.Builder customOutputConfiguration(CustomOutputConfiguration customOutputConfiguration) Sets the value of the CustomOutputConfiguration property for this object.- Parameters:
customOutputConfiguration
- The new value for the CustomOutputConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customOutputConfiguration
default UpdateDataAutomationProjectRequest.Builder customOutputConfiguration(Consumer<CustomOutputConfiguration.Builder> customOutputConfiguration) Sets the value of the CustomOutputConfiguration property for this object. This is a convenience method that creates an instance of theCustomOutputConfiguration.Builder
avoiding the need to create one manually viaCustomOutputConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocustomOutputConfiguration(CustomOutputConfiguration)
.- Parameters:
customOutputConfiguration
- a consumer that will call methods onCustomOutputConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfigurationValue
UpdateDataAutomationProjectRequest.Builder overrideConfigurationValue(OverrideConfiguration overrideConfigurationValue) Sets the value of the OverrideConfiguration property for this object.- Parameters:
overrideConfigurationValue
- The new value for the OverrideConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfigurationValue
default UpdateDataAutomationProjectRequest.Builder overrideConfigurationValue(Consumer<OverrideConfiguration.Builder> overrideConfigurationValue) Sets the value of the OverrideConfiguration property for this object. This is a convenience method that creates an instance of theOverrideConfiguration.Builder
avoiding the need to create one manually viaOverrideConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooverrideConfigurationValue(OverrideConfiguration)
.- Parameters:
overrideConfigurationValue
- a consumer that will call methods onOverrideConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionConfiguration
UpdateDataAutomationProjectRequest.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object.- Parameters:
encryptionConfiguration
- The new value for the EncryptionConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfiguration
default UpdateDataAutomationProjectRequest.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) Sets the value of the EncryptionConfiguration property for this object. 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:
-
overrideConfiguration
UpdateDataAutomationProjectRequest.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
UpdateDataAutomationProjectRequest.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.
-