@Generated(value="software.amazon.awssdk:codegen") public final class LastActiveDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LastActiveDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
blueprintLocation()
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
|
String |
blueprintServiceLocation()
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
|
static LastActiveDefinition.Builder |
builder() |
String |
description()
The description of the blueprint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedOn()
The date and time the blueprint was last modified.
|
String |
parameterSpec()
A JSON string specifying the parameters for the blueprint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LastActiveDefinition.Builder> |
serializableBuilderClass() |
LastActiveDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of the blueprint.
public final Instant lastModifiedOn()
The date and time the blueprint was last modified.
public final String parameterSpec()
A JSON string specifying the parameters for the blueprint.
public final String blueprintLocation()
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
public final String blueprintServiceLocation()
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
public LastActiveDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LastActiveDefinition.Builder,LastActiveDefinition>public static LastActiveDefinition.Builder builder()
public static Class<? extends LastActiveDefinition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.