Interface LastActiveDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LastActiveDefinition.Builder,LastActiveDefinition>,SdkBuilder<LastActiveDefinition.Builder,LastActiveDefinition>,SdkPojo
- Enclosing class:
- LastActiveDefinition
public static interface LastActiveDefinition.Builder extends SdkPojo, CopyableBuilder<LastActiveDefinition.Builder,LastActiveDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LastActiveDefinition.BuilderblueprintLocation(String blueprintLocation)Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.LastActiveDefinition.BuilderblueprintServiceLocation(String blueprintServiceLocation)Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.LastActiveDefinition.Builderdescription(String description)The description of the blueprint.LastActiveDefinition.BuilderlastModifiedOn(Instant lastModifiedOn)The date and time the blueprint was last modified.LastActiveDefinition.BuilderparameterSpec(String parameterSpec)A JSON string specifying the parameters for the blueprint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
LastActiveDefinition.Builder description(String description)
The description of the blueprint.
- Parameters:
description- The description of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedOn
LastActiveDefinition.Builder lastModifiedOn(Instant lastModifiedOn)
The date and time the blueprint was last modified.
- Parameters:
lastModifiedOn- The date and time the blueprint was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterSpec
LastActiveDefinition.Builder parameterSpec(String parameterSpec)
A JSON string specifying the parameters for the blueprint.
- Parameters:
parameterSpec- A JSON string specifying the parameters for the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprintLocation
LastActiveDefinition.Builder blueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
- Parameters:
blueprintLocation- Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprintServiceLocation
LastActiveDefinition.Builder blueprintServiceLocation(String blueprintServiceLocation)
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
- Parameters:
blueprintServiceLocation- Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-