JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.apigatewayv2.model

Class CreateDomainNameResult

    • Constructor Detail

      • CreateDomainNameResult

        public CreateDomainNameResult()
    • Method Detail

      • setApiMappingSelectionExpression

        public void setApiMappingSelectionExpression(String apiMappingSelectionExpression)

        The API mapping selection expression.

        Parameters:
        apiMappingSelectionExpression - The API mapping selection expression.
      • getApiMappingSelectionExpression

        public String getApiMappingSelectionExpression()

        The API mapping selection expression.

        Returns:
        The API mapping selection expression.
      • withApiMappingSelectionExpression

        public CreateDomainNameResult withApiMappingSelectionExpression(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.
      • setDomainName

        public void setDomainName(String domainName)

        The name of the DomainName resource.

        Parameters:
        domainName - The name of the DomainName resource.
      • getDomainName

        public String getDomainName()

        The name of the DomainName resource.

        Returns:
        The name of the DomainName resource.
      • withDomainName

        public CreateDomainNameResult withDomainName(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.
      • getDomainNameConfigurations

        public List<DomainNameConfiguration> getDomainNameConfigurations()

        The domain name configurations.

        Returns:
        The domain name configurations.
      • setDomainNameConfigurations

        public void setDomainNameConfigurations(Collection<DomainNameConfiguration> domainNameConfigurations)

        The domain name configurations.

        Parameters:
        domainNameConfigurations - The domain name configurations.
      • withDomainNameConfigurations

        public CreateDomainNameResult withDomainNameConfigurations(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.
      • setMutualTlsAuthentication

        public void setMutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)

        The mutual TLS authentication configuration for a custom domain name.

        Parameters:
        mutualTlsAuthentication - The mutual TLS authentication configuration for a custom domain name.
      • getMutualTlsAuthentication

        public MutualTlsAuthentication getMutualTlsAuthentication()

        The mutual TLS authentication configuration for a custom domain name.

        Returns:
        The mutual TLS authentication configuration for a custom domain name.
      • withMutualTlsAuthentication

        public CreateDomainNameResult withMutualTlsAuthentication(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.
      • getTags

        public Map<String,String> getTags()

        The collection of tags associated with a domain name.

        Returns:
        The collection of tags associated with a domain name.
      • setTags

        public void setTags(Map<String,String> tags)

        The collection of tags associated with a domain name.

        Parameters:
        tags - The collection of tags associated with a domain name.
      • withTags

        public CreateDomainNameResult withTags(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.
      • clearTagsEntries

        public CreateDomainNameResult clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /