public static interface ServiceSummary.Builder extends SdkPojo, CopyableBuilder<ServiceSummary.Builder,ServiceSummary>
| Modifier and Type | Method and Description |
|---|---|
ServiceSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service.
|
ServiceSummary.Builder |
createdAt(Instant createdAt)
The date and time that the service was created, specified in ISO-8601 format.
|
ServiceSummary.Builder |
customDomainName(String customDomainName)
The custom domain name of the service.
|
default ServiceSummary.Builder |
dnsEntry(Consumer<DnsEntry.Builder> dnsEntry)
DNS information about the service.
|
ServiceSummary.Builder |
dnsEntry(DnsEntry dnsEntry)
DNS information about the service.
|
ServiceSummary.Builder |
id(String id)
The ID of the service.
|
ServiceSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the service was last updated.
|
ServiceSummary.Builder |
name(String name)
The name of the service.
|
ServiceSummary.Builder |
status(ServiceStatus status)
The status.
|
ServiceSummary.Builder |
status(String status)
The status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
arn - The Amazon Resource Name (ARN) of the service.ServiceSummary.Builder createdAt(Instant createdAt)
The date and time that the service was created, specified in ISO-8601 format.
createdAt - The date and time that the service was created, specified in ISO-8601 format.ServiceSummary.Builder customDomainName(String customDomainName)
The custom domain name of the service.
customDomainName - The custom domain name of the service.ServiceSummary.Builder dnsEntry(DnsEntry dnsEntry)
DNS information about the service.
dnsEntry - DNS information about the service.default ServiceSummary.Builder dnsEntry(Consumer<DnsEntry.Builder> dnsEntry)
DNS information about the service.
This is a convenience method that creates an instance of theDnsEntry.Builder avoiding the need to
create one manually via DnsEntry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to dnsEntry(DnsEntry).
dnsEntry - a consumer that will call methods on DnsEntry.BuilderdnsEntry(DnsEntry)ServiceSummary.Builder id(String id)
The ID of the service.
id - The ID of the service.ServiceSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the service was last updated. The format is ISO-8601.
lastUpdatedAt - The date and time that the service was last updated. The format is ISO-8601.ServiceSummary.Builder name(String name)
The name of the service.
name - The name of the service.ServiceSummary.Builder status(String status)
The status.
status - The status.ServiceStatus,
ServiceStatusServiceSummary.Builder status(ServiceStatus status)
The status.
status - The status.ServiceStatus,
ServiceStatusCopyright © 2023. All rights reserved.