Interface CreateDataAutomationProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockDataAutomationRequest.Builder,Buildable,CopyableBuilder<CreateDataAutomationProjectRequest.Builder,CreateDataAutomationProjectRequest>,SdkBuilder<CreateDataAutomationProjectRequest.Builder,CreateDataAutomationProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDataAutomationProjectRequest
public static interface CreateDataAutomationProjectRequest.Builder extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<CreateDataAutomationProjectRequest.Builder,CreateDataAutomationProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateDataAutomationProjectRequest.BuilderclientToken(String clientToken)Sets the value of the ClientToken property for this object.default CreateDataAutomationProjectRequest.BuildercustomOutputConfiguration(Consumer<CustomOutputConfiguration.Builder> customOutputConfiguration)Sets the value of the CustomOutputConfiguration property for this object.CreateDataAutomationProjectRequest.BuildercustomOutputConfiguration(CustomOutputConfiguration customOutputConfiguration)Sets the value of the CustomOutputConfiguration property for this object.default CreateDataAutomationProjectRequest.BuilderencryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)Sets the value of the EncryptionConfiguration property for this object.CreateDataAutomationProjectRequest.BuilderencryptionConfiguration(EncryptionConfiguration encryptionConfiguration)Sets the value of the EncryptionConfiguration property for this object.CreateDataAutomationProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDataAutomationProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateDataAutomationProjectRequest.BuilderoverrideConfigurationValue(Consumer<OverrideConfiguration.Builder> overrideConfigurationValue)Sets the value of the OverrideConfiguration property for this object.CreateDataAutomationProjectRequest.BuilderoverrideConfigurationValue(OverrideConfiguration overrideConfigurationValue)Sets the value of the OverrideConfiguration property for this object.CreateDataAutomationProjectRequest.BuilderprojectDescription(String projectDescription)Sets the value of the ProjectDescription property for this object.CreateDataAutomationProjectRequest.BuilderprojectName(String projectName)Sets the value of the ProjectName property for this object.CreateDataAutomationProjectRequest.BuilderprojectStage(String projectStage)Sets the value of the ProjectStage property for this object.CreateDataAutomationProjectRequest.BuilderprojectStage(DataAutomationProjectStage projectStage)Sets the value of the ProjectStage property for this object.default CreateDataAutomationProjectRequest.BuilderstandardOutputConfiguration(Consumer<StandardOutputConfiguration.Builder> standardOutputConfiguration)Sets the value of the StandardOutputConfiguration property for this object.CreateDataAutomationProjectRequest.BuilderstandardOutputConfiguration(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 Detail
-
projectName
CreateDataAutomationProjectRequest.Builder projectName(String projectName)
Sets the value of the ProjectName property for this object.- Parameters:
projectName- The new value for the ProjectName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectDescription
CreateDataAutomationProjectRequest.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.
-
projectStage
CreateDataAutomationProjectRequest.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
CreateDataAutomationProjectRequest.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
-
standardOutputConfiguration
CreateDataAutomationProjectRequest.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 CreateDataAutomationProjectRequest.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
CreateDataAutomationProjectRequest.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 CreateDataAutomationProjectRequest.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
CreateDataAutomationProjectRequest.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 CreateDataAutomationProjectRequest.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)
-
clientToken
CreateDataAutomationProjectRequest.Builder clientToken(String clientToken)
Sets the value of the ClientToken property for this object.- Parameters:
clientToken- The new value for the ClientToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfiguration
CreateDataAutomationProjectRequest.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 CreateDataAutomationProjectRequest.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:
encryptionConfiguration(EncryptionConfiguration)
-
overrideConfiguration
CreateDataAutomationProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDataAutomationProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-