Interface RevocationContent.Builder

    • Method Detail

      • s3Bucket

        RevocationContent.Builder s3Bucket​(String s3Bucket)

        The Amazon S3 bucket for the revocation file.

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

        RevocationContent.Builder s3Key​(String s3Key)

        The Amazon S3 path for the revocation file.

        Parameters:
        s3Key - The Amazon S3 path for the revocation file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3ObjectVersion

        RevocationContent.Builder s3ObjectVersion​(String s3ObjectVersion)

        The Amazon S3 object version of the revocation file.

        Parameters:
        s3ObjectVersion - The Amazon S3 object version of the revocation file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revocationType

        RevocationContent.Builder revocationType​(String revocationType)

        The type of revocation file.

        Parameters:
        revocationType - The type of revocation file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RevocationType, RevocationType