| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.blueprints(Blueprint... blueprints)
Returns a list of blueprint as a
Blueprints object. |
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.blueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a
Blueprints object. |
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.blueprints(Consumer<Blueprint.Builder>... blueprints)
Returns a list of blueprint as a
Blueprints object. |
static BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.builder() |
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.missingBlueprints(Collection<String> missingBlueprints)
Returns a list of
BlueprintNames that were not found. |
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.missingBlueprints(String... missingBlueprints)
Returns a list of
BlueprintNames that were not found. |
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetBlueprintsResponse.Builder> |
BatchGetBlueprintsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.