Interface Definition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Definition.Builder,Definition>, SdkBuilder<Definition.Builder,Definition>, SdkPojo
Enclosing class:
Definition

public static interface Definition.Builder extends SdkPojo, CopyableBuilder<Definition.Builder,Definition>
  • Method Details

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