Interface RevocationContent.Builder

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

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

    • 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

      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

      RevocationContent.Builder revocationType(RevocationType 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: