Interface ServiceChange.Builder

    • Method Detail

      • description

        ServiceChange.Builder description​(String description)

        A description for the service.

        Parameters:
        description - A description for the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dnsConfig

        ServiceChange.Builder dnsConfig​(DnsConfigChange dnsConfig)

        Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

        Parameters:
        dnsConfig - Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • healthCheckConfig

        ServiceChange.Builder healthCheckConfig​(HealthCheckConfig healthCheckConfig)

        Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

        Parameters:
        healthCheckConfig - Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.
        Returns:
        Returns a reference to this object so that method calls can be chained together.