public static interface BatchGetBlueprintsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetBlueprintsResponse.Builder,BatchGetBlueprintsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetBlueprintsResponse.Builder |
blueprints(Blueprint... blueprints)
Returns a list of blueprint as a
Blueprints object. |
BatchGetBlueprintsResponse.Builder |
blueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a
Blueprints object. |
BatchGetBlueprintsResponse.Builder |
blueprints(Consumer<Blueprint.Builder>... blueprints)
Returns a list of blueprint as a
Blueprints object. |
BatchGetBlueprintsResponse.Builder |
missingBlueprints(Collection<String> missingBlueprints)
Returns a list of
BlueprintNames that were not found. |
BatchGetBlueprintsResponse.Builder |
missingBlueprints(String... missingBlueprints)
Returns a list of
BlueprintNames that were not found. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetBlueprintsResponse.Builder blueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a Blueprints object.
blueprints - Returns a list of blueprint as a Blueprints object.BatchGetBlueprintsResponse.Builder blueprints(Blueprint... blueprints)
Returns a list of blueprint as a Blueprints object.
blueprints - Returns a list of blueprint as a Blueprints object.BatchGetBlueprintsResponse.Builder blueprints(Consumer<Blueprint.Builder>... blueprints)
Returns a list of blueprint as a Blueprints 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 #blueprints(List.
blueprints - a consumer that will call methods on
Blueprint.Builder#blueprints(java.util.Collection) BatchGetBlueprintsResponse.Builder missingBlueprints(Collection<String> missingBlueprints)
Returns a list of BlueprintNames that were not found.
missingBlueprints - Returns a list of BlueprintNames that were not found.BatchGetBlueprintsResponse.Builder missingBlueprints(String... missingBlueprints)
Returns a list of BlueprintNames that were not found.
missingBlueprints - Returns a list of BlueprintNames that were not found.Copyright © 2023. All rights reserved.