Class AppEngineDomainMappingSslSettings.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • sslManagementType

        @Stability(Stable)
        public AppEngineDomainMappingSslSettings.Builder sslManagementType​(String sslManagementType)
        Parameters:
        sslManagementType - SSL management type for this domain. This parameter is required. If 'AUTOMATIC', a managed certificate is automatically provisioned. If 'MANUAL', 'certificateId' must be manually specified in order to configure SSL for this domain. Possible values: ["AUTOMATIC", "MANUAL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_domain_mapping#ssl_management_type AppEngineDomainMapping#ssl_management_type}
        Returns:
        this
      • certificateId

        @Stability(Stable)
        public AppEngineDomainMappingSslSettings.Builder certificateId​(String certificateId)
        Parameters:
        certificateId - ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support. By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify 'SslManagementType.MANUAL' on a 'CREATE' or 'UPDATE' request. You must be authorized to administer the 'AuthorizedCertificate' resource to manually map it to a DomainMapping resource. Example: 12345. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_domain_mapping#certificate_id AppEngineDomainMapping#certificate_id}
        Returns:
        this