Interface Definition.Builder

    • Method Detail

      • content

        Definition.Builder content​(String content)

        The content of the application definition. This is a JSON object that contains the resource configuration/definitions that identify an application.

        Parameters:
        content - The content of the application definition. This is a JSON object that contains the resource configuration/definitions that identify an application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Location

        Definition.Builder s3Location​(String s3Location)

        The S3 bucket that contains the application definition.

        Parameters:
        s3Location - The S3 bucket that contains the application definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.