Interface CreateDataAutomationProjectRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockDataAutomationRequest.Builder
,Buildable
,CopyableBuilder<CreateDataAutomationProjectRequest.Builder,
,CreateDataAutomationProjectRequest> SdkBuilder<CreateDataAutomationProjectRequest.Builder,
,CreateDataAutomationProjectRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDataAutomationProjectRequest
@Mutable
@NotThreadSafe
public static interface CreateDataAutomationProjectRequest.Builder
extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<CreateDataAutomationProjectRequest.Builder,CreateDataAutomationProjectRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Sets the value of the ClientToken property for this object.customOutputConfiguration
(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.projectDescription
(String projectDescription) Sets the value of the ProjectDescription property for this object.projectName
(String projectName) Sets the value of the ProjectName 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.tags
(Collection<Tag> tags) Sets the value of the Tags property for this object.tags
(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags 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
-
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
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
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:
-
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.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
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.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
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.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:
-
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.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:
-
tags
Sets the value of the Tags property for this object.- Parameters:
tags
- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Sets the value of the Tags property for this object.- Parameters:
tags
- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateDataAutomationProjectRequest.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
CreateDataAutomationProjectRequest.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.
-