public static interface GetBlueprintRunResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetBlueprintRunResponse.Builder,GetBlueprintRunResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintRunResponse.Builder |
blueprintRun(BlueprintRun blueprintRun)
Returns a
BlueprintRun object. |
default GetBlueprintRunResponse.Builder |
blueprintRun(Consumer<BlueprintRun.Builder> blueprintRun)
Returns a
BlueprintRun object. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBlueprintRunResponse.Builder blueprintRun(BlueprintRun blueprintRun)
Returns a BlueprintRun object.
blueprintRun - Returns a BlueprintRun object.default GetBlueprintRunResponse.Builder blueprintRun(Consumer<BlueprintRun.Builder> blueprintRun)
Returns a BlueprintRun object.
BlueprintRun.Builder avoiding the need
to create one manually via BlueprintRun.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to blueprintRun(BlueprintRun).
blueprintRun - a consumer that will call methods on BlueprintRun.BuilderblueprintRun(BlueprintRun)Copyright © 2023. All rights reserved.