Interface UpdateBlueprintRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockDataAutomationRequest.Builder
,Buildable
,CopyableBuilder<UpdateBlueprintRequest.Builder,
,UpdateBlueprintRequest> SdkBuilder<UpdateBlueprintRequest.Builder,
,UpdateBlueprintRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateBlueprintRequest
@Mutable
@NotThreadSafe
public static interface UpdateBlueprintRequest.Builder
extends BedrockDataAutomationRequest.Builder, SdkPojo, CopyableBuilder<UpdateBlueprintRequest.Builder,UpdateBlueprintRequest>
-
Method Summary
Modifier and TypeMethodDescriptionblueprintArn
(String blueprintArn) ARN generated at the server side when a Blueprint is createdblueprintStage
(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.default UpdateBlueprintRequest.Builder
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.Sets the value of the Schema 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
-
blueprintArn
ARN generated at the server side when a Blueprint is created
- Parameters:
blueprintArn
- ARN generated at the server side when a Blueprint is created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
Sets 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.
-
blueprintStage
Sets 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:
-
blueprintStage
Sets 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:
-
encryptionConfiguration
UpdateBlueprintRequest.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 UpdateBlueprintRequest.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:
-
overrideConfiguration
UpdateBlueprintRequest.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
UpdateBlueprintRequest.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.
-