public static interface ServiceChange.Builder extends SdkPojo, CopyableBuilder<ServiceChange.Builder,ServiceChange>
| Modifier and Type | Method and Description |
|---|---|
ServiceChange.Builder |
description(String description)
A description for the service.
|
default ServiceChange.Builder |
dnsConfig(Consumer<DnsConfigChange.Builder> dnsConfig)
Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
|
ServiceChange.Builder |
dnsConfig(DnsConfigChange dnsConfig)
Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
|
default ServiceChange.Builder |
healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig)
Public DNS and HTTP namespaces only. Settings for an optional health check.
|
ServiceChange.Builder |
healthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS and HTTP namespaces only. Settings for an optional health check.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceChange.Builder description(String description)
A description for the service.
description - A description for the service.ServiceChange.Builder dnsConfig(DnsConfigChange dnsConfig)
Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
dnsConfig - Information about the Route 53 DNS records that you want Cloud Map to create when you register an
instance.default ServiceChange.Builder dnsConfig(Consumer<DnsConfigChange.Builder> dnsConfig)
Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
This is a convenience method that creates an instance of theDnsConfigChange.Builder avoiding the
need to create one manually via DnsConfigChange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dnsConfig(DnsConfigChange).
dnsConfig - a consumer that will call methods on DnsConfigChange.BuilderdnsConfig(DnsConfigChange)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.
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.default ServiceChange.Builder healthCheckConfig(Consumer<HealthCheckConfig.Builder> 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.
HealthCheckConfig.Builder avoiding the
need to create one manually via HealthCheckConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to healthCheckConfig(HealthCheckConfig).
healthCheckConfig - a consumer that will call methods on HealthCheckConfig.BuilderhealthCheckConfig(HealthCheckConfig)Copyright © 2023. All rights reserved.