Interface DomainConfigurationSummary.Builder

    • Method Detail

      • domainConfigurationName

        DomainConfigurationSummary.Builder domainConfigurationName​(String domainConfigurationName)

        The name of the domain configuration. This value must be unique to a region.

        Parameters:
        domainConfigurationName - The name of the domain configuration. This value must be unique to a region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainConfigurationArn

        DomainConfigurationSummary.Builder domainConfigurationArn​(String domainConfigurationArn)

        The ARN of the domain configuration.

        Parameters:
        domainConfigurationArn - The ARN of the domain configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceType

        DomainConfigurationSummary.Builder serviceType​(String serviceType)

        The type of service delivered by the endpoint.

        Parameters:
        serviceType - The type of service delivered by the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceType, ServiceType
      • serviceType

        DomainConfigurationSummary.Builder serviceType​(ServiceType serviceType)

        The type of service delivered by the endpoint.

        Parameters:
        serviceType - The type of service delivered by the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceType, ServiceType