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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetBlueprintRunResponse.BuilderblueprintRun(Consumer<BlueprintRun.Builder> blueprintRun)Returns aBlueprintRunobject.GetBlueprintRunResponse.BuilderblueprintRun(BlueprintRun blueprintRun)Returns aBlueprintRunobject.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
blueprintRun
GetBlueprintRunResponse.Builder blueprintRun(BlueprintRun blueprintRun)
Returns a
BlueprintRunobject.- Parameters:
blueprintRun- Returns aBlueprintRunobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprintRun
default GetBlueprintRunResponse.Builder blueprintRun(Consumer<BlueprintRun.Builder> 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:
blueprintRun(BlueprintRun)
-
-