Interface GetBlueprintResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockDataAutomationResponse.Builder
,Buildable
,CopyableBuilder<GetBlueprintResponse.Builder,
,GetBlueprintResponse> SdkBuilder<GetBlueprintResponse.Builder,
,GetBlueprintResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetBlueprintResponse
@Mutable
@NotThreadSafe
public static interface GetBlueprintResponse.Builder
extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<GetBlueprintResponse.Builder,GetBlueprintResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetBlueprintResponse.Builder
blueprint
(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, 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 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.Builder
avoiding the need to create one manually viaBlueprint.builder()
.When the
Consumer
completes,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:
-