Interface LayerVersionContentInput.Builder

  • Method Details

    • s3Bucket

      The Amazon S3 bucket of the layer archive.

      Parameters:
      s3Bucket - The Amazon S3 bucket of the layer archive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Key

      The Amazon S3 key of the layer archive.

      Parameters:
      s3Key - The Amazon S3 key of the layer archive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3ObjectVersion

      LayerVersionContentInput.Builder s3ObjectVersion(String s3ObjectVersion)

      For versioned objects, the version of the layer archive object to use.

      Parameters:
      s3ObjectVersion - For versioned objects, the version of the layer archive object to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3ObjectStorageMode

      LayerVersionContentInput.Builder s3ObjectStorageMode(String s3ObjectStorageMode)
      Sets the value of the S3ObjectStorageMode property for this object.
      Parameters:
      s3ObjectStorageMode - The new value for the S3ObjectStorageMode property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3ObjectStorageMode

      LayerVersionContentInput.Builder s3ObjectStorageMode(S3ObjectStorageMode s3ObjectStorageMode)
      Sets the value of the S3ObjectStorageMode property for this object.
      Parameters:
      s3ObjectStorageMode - The new value for the S3ObjectStorageMode property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • zipFile

      The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.

      Parameters:
      zipFile - The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.
      Returns:
      Returns a reference to this object so that method calls can be chained together.