| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Blueprint |
Blueprint.clone() |
Blueprint |
GetBlueprintResult.getBlueprint()
Returns a
Blueprint object. |
Blueprint |
Blueprint.withBlueprintLocation(String blueprintLocation)
Specifies the path in Amazon S3 where the blueprint is published.
|
Blueprint |
Blueprint.withBlueprintServiceLocation(String blueprintServiceLocation)
Specifies a path in Amazon S3 where the blueprint is copied when you call
CreateBlueprint/UpdateBlueprint to register the blueprint in Glue. |
Blueprint |
Blueprint.withCreatedOn(Date createdOn)
The date and time the blueprint was registered.
|
Blueprint |
Blueprint.withDescription(String description)
The description of the blueprint.
|
Blueprint |
Blueprint.withErrorMessage(String errorMessage)
An error message.
|
Blueprint |
Blueprint.withLastActiveDefinition(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 |
Blueprint.withLastModifiedOn(Date lastModifiedOn)
The date and time the blueprint was last modified.
|
Blueprint |
Blueprint.withName(String name)
The name of the blueprint.
|
Blueprint |
Blueprint.withParameterSpec(String parameterSpec)
A JSON string that indicates the list of parameter specifications for the blueprint.
|
Blueprint |
Blueprint.withStatus(BlueprintStatus status)
The status of the blueprint registration.
|
Blueprint |
Blueprint.withStatus(String status)
The status of the blueprint registration.
|
| Modifier and Type | Method and Description |
|---|---|
List<Blueprint> |
BatchGetBlueprintsResult.getBlueprints()
Returns a list of blueprint as a
Blueprints object. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBlueprintResult.setBlueprint(Blueprint blueprint)
Returns a
Blueprint object. |
GetBlueprintResult |
GetBlueprintResult.withBlueprint(Blueprint blueprint)
Returns a
Blueprint object. |
BatchGetBlueprintsResult |
BatchGetBlueprintsResult.withBlueprints(Blueprint... blueprints)
Returns a list of blueprint as a
Blueprints object. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetBlueprintsResult.setBlueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a
Blueprints object. |
BatchGetBlueprintsResult |
BatchGetBlueprintsResult.withBlueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a
Blueprints object. |
Copyright © 2023. All rights reserved.