Uses of Interface
software.amazon.awssdk.services.glue.model.LastActiveDefinition.Builder
-
Packages that use LastActiveDefinition.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of LastActiveDefinition.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return LastActiveDefinition.Builder Modifier and Type Method Description LastActiveDefinition.BuilderLastActiveDefinition.Builder. blueprintLocation(String blueprintLocation)Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.LastActiveDefinition.BuilderLastActiveDefinition.Builder. blueprintServiceLocation(String blueprintServiceLocation)Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.static LastActiveDefinition.BuilderLastActiveDefinition. builder()LastActiveDefinition.BuilderLastActiveDefinition.Builder. description(String description)The description of the blueprint.LastActiveDefinition.BuilderLastActiveDefinition.Builder. lastModifiedOn(Instant lastModifiedOn)The date and time the blueprint was last modified.LastActiveDefinition.BuilderLastActiveDefinition.Builder. parameterSpec(String parameterSpec)A JSON string specifying the parameters for the blueprint.LastActiveDefinition.BuilderLastActiveDefinition. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type LastActiveDefinition.Builder Modifier and Type Method Description static Class<? extends LastActiveDefinition.Builder>LastActiveDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type LastActiveDefinition.Builder Modifier and Type Method Description default Blueprint.BuilderBlueprint.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.
-