| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
LastActiveDefinition.Builder |
LastActiveDefinition.Builder.blueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
|
LastActiveDefinition.Builder |
LastActiveDefinition.Builder.blueprintServiceLocation(String blueprintServiceLocation)
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
|
static LastActiveDefinition.Builder |
LastActiveDefinition.builder() |
LastActiveDefinition.Builder |
LastActiveDefinition.Builder.description(String description)
The description of the blueprint.
|
LastActiveDefinition.Builder |
LastActiveDefinition.Builder.lastModifiedOn(Instant lastModifiedOn)
The date and time the blueprint was last modified.
|
LastActiveDefinition.Builder |
LastActiveDefinition.Builder.parameterSpec(String parameterSpec)
A JSON string specifying the parameters for the blueprint.
|
LastActiveDefinition.Builder |
LastActiveDefinition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LastActiveDefinition.Builder> |
LastActiveDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Blueprint.Builder |
Blueprint.Builder.lastActiveDefinition(Consumer<LastActiveDefinition.Builder> lastActiveDefinition)
When there are multiple versions of a blueprint and the latest version has some errors, this attribute
indicates the last successful blueprint definition that is available with the service.
|
Copyright © 2023. All rights reserved.