Interface S3Location.Builder

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

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

    • bucket

      S3Location.Builder bucket(String bucket)

      The name of the Amazon S3 bucket where the application revision is stored.

      Parameters:
      bucket - The name of the Amazon S3 bucket where the application revision is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • key

      The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

      Parameters:
      key - The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bundleType

      S3Location.Builder bundleType(String bundleType)

      The file type of the application revision. Must be one of the following:

      • tar: A tar archive file.

      • tgz: A compressed tar archive file.

      • zip: A zip archive file.

      • YAML: A YAML-formatted file.

      • JSON: A JSON-formatted file.

      Parameters:
      bundleType - The file type of the application revision. Must be one of the following:

      • tar: A tar archive file.

      • tgz: A compressed tar archive file.

      • zip: A zip archive file.

      • YAML: A YAML-formatted file.

      • JSON: A JSON-formatted file.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • bundleType

      S3Location.Builder bundleType(BundleType bundleType)

      The file type of the application revision. Must be one of the following:

      • tar: A tar archive file.

      • tgz: A compressed tar archive file.

      • zip: A zip archive file.

      • YAML: A YAML-formatted file.

      • JSON: A JSON-formatted file.

      Parameters:
      bundleType - The file type of the application revision. Must be one of the following:

      • tar: A tar archive file.

      • tgz: A compressed tar archive file.

      • zip: A zip archive file.

      • YAML: A YAML-formatted file.

      • JSON: A JSON-formatted file.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • version

      S3Location.Builder version(String version)

      A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

      If the version is not specified, the system uses the most recent version by default.

      Parameters:
      version - A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

      If the version is not specified, the system uses the most recent version by default.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eTag

      The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

      If the ETag is not specified as an input parameter, ETag validation of the object is skipped.

      Parameters:
      eTag - The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

      If the ETag is not specified as an input parameter, ETag validation of the object is skipped.

      Returns:
      Returns a reference to this object so that method calls can be chained together.