Interface UpdateDataAutomationProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockDataAutomationRequest.Builder,Buildable,CopyableBuilder<UpdateDataAutomationProjectRequest.Builder,UpdateDataAutomationProjectRequest>,SdkBuilder<UpdateDataAutomationProjectRequest.Builder,UpdateDataAutomationProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDataAutomationProjectRequest
public static interface UpdateDataAutomationProjectRequest.Builder extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<UpdateDataAutomationProjectRequest.Builder,UpdateDataAutomationProjectRequest>
-
-
Method Summary
-
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 Detail
-
projectArn
UpdateDataAutomationProjectRequest.Builder projectArn(String 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
UpdateDataAutomationProjectRequest.Builder projectStage(String 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:
DataAutomationProjectStage,DataAutomationProjectStage
-
projectStage
UpdateDataAutomationProjectRequest.Builder projectStage(DataAutomationProjectStage 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:
DataAutomationProjectStage,DataAutomationProjectStage
-
projectDescription
UpdateDataAutomationProjectRequest.Builder projectDescription(String 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:
standardOutputConfiguration(StandardOutputConfiguration)
-
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:
customOutputConfiguration(CustomOutputConfiguration)
-
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:
overrideConfigurationValue(OverrideConfiguration)
-
overrideConfiguration
UpdateDataAutomationProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDataAutomationProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-