public static interface LastActiveDefinition.Builder extends SdkPojo, CopyableBuilder<LastActiveDefinition.Builder,LastActiveDefinition>
| Modifier and Type | Method and Description |
|---|---|
LastActiveDefinition.Builder |
blueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
|
LastActiveDefinition.Builder |
blueprintServiceLocation(String blueprintServiceLocation)
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
|
LastActiveDefinition.Builder |
description(String description)
The description of the blueprint.
|
LastActiveDefinition.Builder |
lastModifiedOn(Instant lastModifiedOn)
The date and time the blueprint was last modified.
|
LastActiveDefinition.Builder |
parameterSpec(String parameterSpec)
A JSON string specifying the parameters for the blueprint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLastActiveDefinition.Builder description(String description)
The description of the blueprint.
description - The description of the blueprint.LastActiveDefinition.Builder lastModifiedOn(Instant lastModifiedOn)
The date and time the blueprint was last modified.
lastModifiedOn - The date and time the blueprint was last modified.LastActiveDefinition.Builder parameterSpec(String parameterSpec)
A JSON string specifying the parameters for the blueprint.
parameterSpec - A JSON string specifying the parameters for the blueprint.LastActiveDefinition.Builder blueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
blueprintLocation - Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.LastActiveDefinition.Builder blueprintServiceLocation(String blueprintServiceLocation)
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
blueprintServiceLocation - Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.Copyright © 2023. All rights reserved.