Interface S3ContentLocationUpdate.Builder

  • Method Details

    • bucketARNUpdate

      S3ContentLocationUpdate.Builder bucketARNUpdate(String bucketARNUpdate)

      The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.

      Parameters:
      bucketARNUpdate - The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileKeyUpdate

      S3ContentLocationUpdate.Builder fileKeyUpdate(String fileKeyUpdate)

      The new file key for the object containing the application code.

      Parameters:
      fileKeyUpdate - The new file key for the object containing the application code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectVersionUpdate

      S3ContentLocationUpdate.Builder objectVersionUpdate(String objectVersionUpdate)

      The new version of the object containing the application code.

      Parameters:
      objectVersionUpdate - The new version of the object containing the application code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.