Interface GetBlueprintResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,BedrockDataAutomationResponse.Builder,Buildable,CopyableBuilder<GetBlueprintResponse.Builder,,GetBlueprintResponse> SdkBuilder<GetBlueprintResponse.Builder,,GetBlueprintResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetBlueprintResponse
public static interface GetBlueprintResponse.Builder
extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<GetBlueprintResponse.Builder,GetBlueprintResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GetBlueprintResponse.Builderblueprint(Consumer<Blueprint.Builder> blueprint) Sets the value of the Blueprint property for this object.Sets the value of the Blueprint property for this object.Methods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
blueprint
Sets the value of the Blueprint property for this object.- Parameters:
 blueprint- The new value for the Blueprint property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
blueprint
Sets the value of the Blueprint property for this object. This is a convenience method that creates an instance of theBlueprint.Builderavoiding the need to create one manually viaBlueprint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblueprint(Blueprint).- Parameters:
 blueprint- a consumer that will call methods onBlueprint.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -