Interface UpdateDataAutomationProjectRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockDataAutomationRequest.Builder,Buildable,CopyableBuilder<UpdateDataAutomationProjectRequest.Builder,,UpdateDataAutomationProjectRequest> SdkBuilder<UpdateDataAutomationProjectRequest.Builder,,UpdateDataAutomationProjectRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
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.dataAutomationLibraryConfiguration(Consumer<DataAutomationLibraryConfiguration.Builder> dataAutomationLibraryConfiguration) Sets the value of the DataAutomationLibraryConfiguration property for this object.dataAutomationLibraryConfiguration(DataAutomationLibraryConfiguration dataAutomationLibraryConfiguration) Sets the value of the DataAutomationLibraryConfiguration 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationRequest.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
-
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.Builderavoiding the need to create one manually viaStandardOutputConfiguration.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaCustomOutputConfiguration.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaOverrideConfiguration.builder().When the
Consumercompletes,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:
-
dataAutomationLibraryConfiguration
UpdateDataAutomationProjectRequest.Builder dataAutomationLibraryConfiguration(DataAutomationLibraryConfiguration dataAutomationLibraryConfiguration) Sets the value of the DataAutomationLibraryConfiguration property for this object.- Parameters:
dataAutomationLibraryConfiguration- The new value for the DataAutomationLibraryConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAutomationLibraryConfiguration
default UpdateDataAutomationProjectRequest.Builder dataAutomationLibraryConfiguration(Consumer<DataAutomationLibraryConfiguration.Builder> dataAutomationLibraryConfiguration) Sets the value of the DataAutomationLibraryConfiguration property for this object. This is a convenience method that creates an instance of theDataAutomationLibraryConfiguration.Builderavoiding the need to create one manually viaDataAutomationLibraryConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataAutomationLibraryConfiguration(DataAutomationLibraryConfiguration).- Parameters:
dataAutomationLibraryConfiguration- a consumer that will call methods onDataAutomationLibraryConfiguration.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.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:
-
overrideConfiguration
UpdateDataAutomationProjectRequest.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
UpdateDataAutomationProjectRequest.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.
-