Class CertificateArgs.Builder

  • Enclosing class:
    CertificateArgs

    public static final class CertificateArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • certificateId

        public CertificateArgs.Builder certificateId​(com.pulumi.core.Output<java.lang.String> certificateId)
        Parameters:
        certificateId - The certificate identifier. - Must contain from 1 to 255 alphanumeric characters and hyphens.
        Returns:
        builder
      • certificateId

        public CertificateArgs.Builder certificateId​(java.lang.String certificateId)
        Parameters:
        certificateId - The certificate identifier. - Must contain from 1 to 255 alphanumeric characters and hyphens.
        Returns:
        builder
      • certificatePem

        public CertificateArgs.Builder certificatePem​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> certificatePem)
        Parameters:
        certificatePem - The contents of the .pem X.509 certificate file for the certificate. Either `certificate_pem` or `certificate_wallet` must be set.
        Returns:
        builder
      • certificatePem

        public CertificateArgs.Builder certificatePem​(java.lang.String certificatePem)
        Parameters:
        certificatePem - The contents of the .pem X.509 certificate file for the certificate. Either `certificate_pem` or `certificate_wallet` must be set.
        Returns:
        builder
      • certificateWallet

        public CertificateArgs.Builder certificateWallet​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> certificateWallet)
        Parameters:
        certificateWallet - The contents of the Oracle Wallet certificate for use with SSL, provided as a base64-encoded String. Either `certificate_pem` or `certificate_wallet` must be set.
        Returns:
        builder
      • certificateWallet

        public CertificateArgs.Builder certificateWallet​(java.lang.String certificateWallet)
        Parameters:
        certificateWallet - The contents of the Oracle Wallet certificate for use with SSL, provided as a base64-encoded String. Either `certificate_pem` or `certificate_wallet` must be set.
        Returns:
        builder
      • tags

        public CertificateArgs.Builder tags​(@Nullable
                                            com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public CertificateArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder