| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Blueprint.Builder |
Blueprint.Builder.blueprintLocation(String blueprintLocation)
Specifies the path in Amazon S3 where the blueprint is published.
|
Blueprint.Builder |
Blueprint.Builder.blueprintServiceLocation(String blueprintServiceLocation)
Specifies a path in Amazon S3 where the blueprint is copied when you call
CreateBlueprint/UpdateBlueprint to register the blueprint in Glue. |
static Blueprint.Builder |
Blueprint.builder() |
Blueprint.Builder |
Blueprint.Builder.createdOn(Instant createdOn)
The date and time the blueprint was registered.
|
Blueprint.Builder |
Blueprint.Builder.description(String description)
The description of the blueprint.
|
Blueprint.Builder |
Blueprint.Builder.errorMessage(String errorMessage)
An error message.
|
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.
|
Blueprint.Builder |
Blueprint.Builder.lastActiveDefinition(LastActiveDefinition 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.
|
Blueprint.Builder |
Blueprint.Builder.lastModifiedOn(Instant lastModifiedOn)
The date and time the blueprint was last modified.
|
Blueprint.Builder |
Blueprint.Builder.name(String name)
The name of the blueprint.
|
Blueprint.Builder |
Blueprint.Builder.parameterSpec(String parameterSpec)
A JSON string that indicates the list of parameter specifications for the blueprint.
|
Blueprint.Builder |
Blueprint.Builder.status(BlueprintStatus status)
The status of the blueprint registration.
|
Blueprint.Builder |
Blueprint.Builder.status(String status)
The status of the blueprint registration.
|
Blueprint.Builder |
Blueprint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Blueprint.Builder> |
Blueprint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBlueprintResponse.Builder |
GetBlueprintResponse.Builder.blueprint(Consumer<Blueprint.Builder> blueprint)
Returns a
Blueprint object. |
Copyright © 2023. All rights reserved.