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