Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
LastActiveDefinition |
LastActiveDefinition.clone() |
LastActiveDefinition |
Blueprint.getLastActiveDefinition()
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.
|
LastActiveDefinition |
LastActiveDefinition.withBlueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
|
LastActiveDefinition |
LastActiveDefinition.withBlueprintServiceLocation(String blueprintServiceLocation)
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
|
LastActiveDefinition |
LastActiveDefinition.withDescription(String description)
The description of the blueprint.
|
LastActiveDefinition |
LastActiveDefinition.withLastModifiedOn(Date lastModifiedOn)
The date and time the blueprint was last modified.
|
LastActiveDefinition |
LastActiveDefinition.withParameterSpec(String parameterSpec)
A JSON string specifying the parameters for the blueprint.
|
Modifier and Type | Method and Description |
---|---|
void |
Blueprint.setLastActiveDefinition(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.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.
|
Copyright © 2021. All rights reserved.