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.Builder
blueprintRun
(Consumer<BlueprintRun.Builder> blueprintRun) Returns aBlueprintRun
object.blueprintRun
(BlueprintRun blueprintRun) Returns aBlueprintRun
object.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 Details
-
blueprintRun
Returns a
BlueprintRun
object.- Parameters:
blueprintRun
- Returns aBlueprintRun
object.- 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 theBlueprintRun
object.BlueprintRun.Builder
avoiding the need to create one manually viaBlueprintRun.builder()
.When the
Consumer
completes,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:
-