Class CreateDomainNameRequest

    • Method Detail

      • domainName

        public final String domainName()

        The name of the DomainName resource.

        Returns:
        The name of the DomainName resource.
      • certificateName

        public final String certificateName()

        The user-friendly name of the certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.

        Returns:
        The user-friendly name of the certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.
      • certificateBody

        public final String certificateBody()

        [Deprecated] The body of the server certificate that will be used by edge-optimized endpoint or private endpoint for this domain name provided by your certificate authority.

        Returns:
        [Deprecated] The body of the server certificate that will be used by edge-optimized endpoint or private endpoint for this domain name provided by your certificate authority.
      • certificatePrivateKey

        public final String certificatePrivateKey()

        [Deprecated] Your edge-optimized endpoint's domain name certificate's private key.

        Returns:
        [Deprecated] Your edge-optimized endpoint's domain name certificate's private key.
      • certificateChain

        public final String certificateChain()

        [Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.

        Returns:
        [Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
      • certificateArn

        public final String certificateArn()

        The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. Certificate Manager is the only supported source.

        Returns:
        The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. Certificate Manager is the only supported source.
      • regionalCertificateName

        public final String regionalCertificateName()

        The user-friendly name of the certificate that will be used by regional endpoint for this domain name.

        Returns:
        The user-friendly name of the certificate that will be used by regional endpoint for this domain name.
      • regionalCertificateArn

        public final String regionalCertificateArn()

        The reference to an Amazon Web Services-managed certificate that will be used by regional endpoint for this domain name. Certificate Manager is the only supported source.

        Returns:
        The reference to an Amazon Web Services-managed certificate that will be used by regional endpoint for this domain name. Certificate Manager is the only supported source.
      • endpointConfiguration

        public final EndpointConfiguration endpointConfiguration()

        The endpoint configuration of this DomainName showing the endpoint types of the domain name.

        Returns:
        The endpoint configuration of this DomainName showing the endpoint types of the domain name.
      • hasTags

        public final boolean hasTags()
        For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • tags

        public final Map<String,​String> tags()

        The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags() method.

        Returns:
        The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.
      • securityPolicy

        public final SecurityPolicy securityPolicy()

        The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.

        If the service returns an enum value that is not available in the current SDK version, securityPolicy will return SecurityPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from securityPolicyAsString().

        Returns:
        The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.
        See Also:
        SecurityPolicy
      • securityPolicyAsString

        public final String securityPolicyAsString()

        The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.

        If the service returns an enum value that is not available in the current SDK version, securityPolicy will return SecurityPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from securityPolicyAsString().

        Returns:
        The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2.
        See Also:
        SecurityPolicy
      • mutualTlsAuthentication

        public final MutualTlsAuthenticationInput mutualTlsAuthentication()
        Returns the value of the MutualTlsAuthentication property for this object.
        Returns:
        The value of the MutualTlsAuthentication property for this object.
      • ownershipVerificationCertificateArn

        public final String ownershipVerificationCertificateArn()

        The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.

        Returns:
        The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.
      • policy

        public final String policy()

        A stringified JSON policy document that applies to the execute-api service for this DomainName regardless of the caller and Method configuration. Supported only for private custom domain names.

        Returns:
        A stringified JSON policy document that applies to the execute-api service for this DomainName regardless of the caller and Method configuration. Supported only for private custom domain names.
      • toString

        public final 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