Interface S3SignedObject.Builder

    • Method Detail

      • bucketName

        S3SignedObject.Builder bucketName​(String bucketName)

        Name of the S3 bucket.

        Parameters:
        bucketName - Name of the S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        S3SignedObject.Builder key​(String key)

        Key name that uniquely identifies a signed code image in your bucket.

        Parameters:
        key - Key name that uniquely identifies a signed code image in your bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.