static CreateServiceRequest.Builder |
CreateServiceRequest.builder() |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.creatorRequestId(String creatorRequestId) |
A unique string that identifies the request and that allows failed CreateService requests to be
retried without the risk of running the operation twice.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.description(String description) |
A description for the service.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.dnsConfig(Consumer<DnsConfig.Builder> dnsConfig) |
A complex type that contains information about the Amazon Route 53 records that you want Cloud Map to create
when you register an instance.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.dnsConfig(DnsConfig dnsConfig) |
A complex type that contains information about the Amazon Route 53 records that you want Cloud Map to create
when you register an instance.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.healthCheckConfig(Consumer<HealthCheckConfig.Builder> healthCheckConfig) |
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional Route 53
health check.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.healthCheckConfig(HealthCheckConfig healthCheckConfig) |
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional Route 53
health check.
|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.healthCheckCustomConfig(Consumer<HealthCheckCustomConfig.Builder> healthCheckCustomConfig) |
A complex type that contains information about an optional custom health check.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.healthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig) |
A complex type that contains information about an optional custom health check.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.name(String name) |
The name that you want to assign to the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.namespaceId(String namespaceId) |
The ID of the namespace that you want to use to create the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Collection<Tag> tags) |
The tags to add to the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to add to the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Tag... tags) |
The tags to add to the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.toBuilder() |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.type(String type) |
If present, specifies that the service instances are only discoverable using the
DiscoverInstances API operation.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.type(ServiceTypeOption type) |
If present, specifies that the service instances are only discoverable using the
DiscoverInstances API operation.
|