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 Details

    • 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.