Service.Builder |
Service.Builder.arn(String arn) |
The Amazon Resource Name (ARN) that Cloud Map assigns to the service when you create it.
|
static Service.Builder |
Service.builder() |
|
Service.Builder |
Service.Builder.createDate(Instant createDate) |
The date and time that the service was created, in Unix format and Coordinated Universal Time (UTC).
|
Service.Builder |
Service.Builder.creatorRequestId(String creatorRequestId) |
A unique string that identifies the request and that allows failed requests to be retried without the risk of
running the operation twice.
|
Service.Builder |
Service.Builder.description(String description) |
The description of the service.
|
default Service.Builder |
Service.Builder.dnsConfig(Consumer<DnsConfig.Builder> dnsConfig) |
A complex type that contains information about the RouteĀ 53 DNS records that you want Cloud Map to create
when you register an instance.
|
Service.Builder |
Service.Builder.dnsConfig(DnsConfig dnsConfig) |
A complex type that contains information about the RouteĀ 53 DNS records that you want Cloud Map to create
when you register an instance.
|
default Service.Builder |
Service.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig) |
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health
check.
|
Service.Builder |
Service.Builder.healthCheckConfig(HealthCheckConfig healthCheckConfig) |
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health
check.
|
default Service.Builder |
Service.Builder.healthCheckCustomConfig(Consumer<HealthCheckCustomConfig.Builder> healthCheckCustomConfig) |
A complex type that contains information about an optional custom health check.
|
Service.Builder |
Service.Builder.healthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig) |
A complex type that contains information about an optional custom health check.
|
Service.Builder |
Service.Builder.id(String id) |
The ID that Cloud Map assigned to the service when you created it.
|
Service.Builder |
Service.Builder.instanceCount(Integer instanceCount) |
The number of instances that are currently associated with the service.
|
Service.Builder |
Service.Builder.name(String name) |
The name of the service.
|
Service.Builder |
Service.Builder.namespaceId(String namespaceId) |
The ID of the namespace that was used to create the service.
|
Service.Builder |
Service.toBuilder() |
|
Service.Builder |
Service.Builder.type(String type) |
Describes the systems that can be used to discover the service instances.
|
Service.Builder |
Service.Builder.type(ServiceType type) |
Describes the systems that can be used to discover the service instances.
|