Interface GetBlueprintRunResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetBlueprintRunResponse.Builder,,GetBlueprintRunResponse> GlueResponse.Builder,SdkBuilder<GetBlueprintRunResponse.Builder,,GetBlueprintRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetBlueprintRunResponse
public static interface GetBlueprintRunResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetBlueprintRunResponse.Builder,GetBlueprintRunResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GetBlueprintRunResponse.BuilderblueprintRun(Consumer<BlueprintRun.Builder> blueprintRun) Returns aBlueprintRunobject.blueprintRun(BlueprintRun blueprintRun) Returns aBlueprintRunobject.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
blueprintRun
Returns a
BlueprintRunobject.- Parameters:
 blueprintRun- Returns aBlueprintRunobject.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
blueprintRun
Returns a
This is a convenience method that creates an instance of theBlueprintRunobject.BlueprintRun.Builderavoiding the need to create one manually viaBlueprintRun.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblueprintRun(BlueprintRun).- Parameters:
 blueprintRun- a consumer that will call methods onBlueprintRun.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -