| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BlueprintDetails.Builder |
BlueprintDetails.Builder.blueprintName(String blueprintName)
The name of the blueprint.
|
static BlueprintDetails.Builder |
BlueprintDetails.builder() |
BlueprintDetails.Builder |
BlueprintDetails.Builder.runId(String runId)
The run ID for this blueprint.
|
BlueprintDetails.Builder |
BlueprintDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlueprintDetails.Builder> |
BlueprintDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Workflow.Builder |
Workflow.Builder.blueprintDetails(Consumer<BlueprintDetails.Builder> blueprintDetails)
This structure indicates the details of the blueprint that this particular workflow is created from.
|
Copyright © 2023. All rights reserved.