Interface CreateBlueprintRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- BedrockDataAutomationRequest.Builder,- Buildable,- CopyableBuilder<CreateBlueprintRequest.Builder,,- CreateBlueprintRequest> - SdkBuilder<CreateBlueprintRequest.Builder,,- CreateBlueprintRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateBlueprintRequest
@Mutable
@NotThreadSafe
public static interface CreateBlueprintRequest.Builder
extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<CreateBlueprintRequest.Builder,CreateBlueprintRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionblueprintName(String blueprintName) Sets the value of the BlueprintName property for this object.blueprintStage(String blueprintStage) Sets the value of the BlueprintStage property for this object.blueprintStage(BlueprintStage blueprintStage) Sets the value of the BlueprintStage property for this object.clientToken(String clientToken) Sets the value of the ClientToken property for this object.default CreateBlueprintRequest.BuilderencryptionConfiguration(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.Sets the value of the Schema 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.Sets the value of the Type property for this object.Sets the value of the Type property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
blueprintNameSets the value of the BlueprintName property for this object.- Parameters:
- blueprintName- The new value for the BlueprintName property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeSets the value of the Type property for this object.- Parameters:
- type- The new value for the Type property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeSets the value of the Type property for this object.- Parameters:
- type- The new value for the Type property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
blueprintStageSets the value of the BlueprintStage property for this object.- Parameters:
- blueprintStage- The new value for the BlueprintStage property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
blueprintStageSets the value of the BlueprintStage property for this object.- Parameters:
- blueprintStage- The new value for the BlueprintStage property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
schemaSets the value of the Schema property for this object.- Parameters:
- schema- The new value for the Schema property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenSets 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.
 
- 
encryptionConfigurationCreateBlueprintRequest.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.
 
- 
encryptionConfigurationdefault CreateBlueprintRequest.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 on- EncryptionConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsSets 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.
 
- 
tagsSets 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.
 
- 
tagsSets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateBlueprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateBlueprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-