Interface CreateBlueprintResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockDataAutomationResponse.Builder,Buildable,CopyableBuilder<CreateBlueprintResponse.Builder,CreateBlueprintResponse>,SdkBuilder<CreateBlueprintResponse.Builder,CreateBlueprintResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateBlueprintResponse
public static interface CreateBlueprintResponse.Builder extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<CreateBlueprintResponse.Builder,CreateBlueprintResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateBlueprintResponse.Builderblueprint(Consumer<Blueprint.Builder> blueprint)Sets the value of the Blueprint property for this object.CreateBlueprintResponse.Builderblueprint(Blueprint blueprint)Sets the value of the Blueprint property for this object.-
Methods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
blueprint
CreateBlueprintResponse.Builder blueprint(Blueprint 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
default CreateBlueprintResponse.Builder blueprint(Consumer<Blueprint.Builder> 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:
blueprint(Blueprint)
-
-