Interface LastActiveDefinition.Builder

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