Class TrustStoreRevocationArgs.Builder

  • Enclosing class:
    TrustStoreRevocationArgs

    public static final class TrustStoreRevocationArgs.Builder
    extends java.lang.Object
    • Method Detail

      • revocationsS3Bucket

        public TrustStoreRevocationArgs.Builder revocationsS3Bucket​(com.pulumi.core.Output<java.lang.String> revocationsS3Bucket)
        Parameters:
        revocationsS3Bucket - S3 Bucket name holding the client certificate CA bundle.
        Returns:
        builder
      • revocationsS3Bucket

        public TrustStoreRevocationArgs.Builder revocationsS3Bucket​(java.lang.String revocationsS3Bucket)
        Parameters:
        revocationsS3Bucket - S3 Bucket name holding the client certificate CA bundle.
        Returns:
        builder
      • revocationsS3Key

        public TrustStoreRevocationArgs.Builder revocationsS3Key​(com.pulumi.core.Output<java.lang.String> revocationsS3Key)
        Parameters:
        revocationsS3Key - S3 object key holding the client certificate CA bundle.
        Returns:
        builder
      • revocationsS3Key

        public TrustStoreRevocationArgs.Builder revocationsS3Key​(java.lang.String revocationsS3Key)
        Parameters:
        revocationsS3Key - S3 object key holding the client certificate CA bundle.
        Returns:
        builder
      • revocationsS3ObjectVersion

        public TrustStoreRevocationArgs.Builder revocationsS3ObjectVersion​(@Nullable
                                                                           com.pulumi.core.Output<java.lang.String> revocationsS3ObjectVersion)
        Parameters:
        revocationsS3ObjectVersion - Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.
        Returns:
        builder
      • revocationsS3ObjectVersion

        public TrustStoreRevocationArgs.Builder revocationsS3ObjectVersion​(java.lang.String revocationsS3ObjectVersion)
        Parameters:
        revocationsS3ObjectVersion - Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.
        Returns:
        builder
      • trustStoreArn

        public TrustStoreRevocationArgs.Builder trustStoreArn​(com.pulumi.core.Output<java.lang.String> trustStoreArn)
        Parameters:
        trustStoreArn - Trust Store ARN.
        Returns:
        builder
      • trustStoreArn

        public TrustStoreRevocationArgs.Builder trustStoreArn​(java.lang.String trustStoreArn)
        Parameters:
        trustStoreArn - Trust Store ARN.
        Returns:
        builder