Interface DomainName.Builder

    • Method Detail

      • apiMappingSelectionExpression

        DomainName.Builder apiMappingSelectionExpression​(String apiMappingSelectionExpression)

        The API mapping selection expression.

        Parameters:
        apiMappingSelectionExpression - The API mapping selection expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainName

        DomainName.Builder domainName​(String domainName)

        The name of the DomainName resource.

        Parameters:
        domainName - The name of the DomainName resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainNameConfigurations

        DomainName.Builder domainNameConfigurations​(Collection<DomainNameConfiguration> domainNameConfigurations)

        The domain name configurations.

        Parameters:
        domainNameConfigurations - The domain name configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainNameConfigurations

        DomainName.Builder domainNameConfigurations​(DomainNameConfiguration... domainNameConfigurations)

        The domain name configurations.

        Parameters:
        domainNameConfigurations - The domain name configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mutualTlsAuthentication

        DomainName.Builder mutualTlsAuthentication​(MutualTlsAuthentication mutualTlsAuthentication)

        The mutual TLS authentication configuration for a custom domain name.

        Parameters:
        mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        DomainName.Builder tags​(Map<String,​String> tags)

        The collection of tags associated with a domain name.

        Parameters:
        tags - The collection of tags associated with a domain name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.