Interface ServiceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceSummary.Builder,
,ServiceSummary> SdkBuilder<ServiceSummary.Builder,
,ServiceSummary> SdkPojo
- Enclosing class:
ServiceSummary
@Mutable
@NotThreadSafe
public static interface ServiceSummary.Builder
extends SdkPojo, CopyableBuilder<ServiceSummary.Builder,ServiceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the service.The date and time that the service was created, in ISO-8601 format.customDomainName
(String customDomainName) The custom domain name of the service.default ServiceSummary.Builder
dnsEntry
(Consumer<DnsEntry.Builder> dnsEntry) The DNS information.The DNS information.The ID of the service.lastUpdatedAt
(Instant lastUpdatedAt) The date and time that the service was last updated, in ISO-8601 format.The name of the service.The status.status
(ServiceStatus status) The status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the service.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the service was created, in ISO-8601 format.
- Parameters:
createdAt
- The date and time that the service was created, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainName
The custom domain name of the service.
- Parameters:
customDomainName
- The custom domain name of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsEntry
The DNS information.
- Parameters:
dnsEntry
- The DNS information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsEntry
The DNS information.
This is a convenience method that creates an instance of theDnsEntry.Builder
avoiding the need to create one manually viaDnsEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todnsEntry(DnsEntry)
.- Parameters:
dnsEntry
- a consumer that will call methods onDnsEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The ID of the service.
- Parameters:
id
- The ID of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The date and time that the service was last updated, in ISO-8601 format.
- Parameters:
lastUpdatedAt
- The date and time that the service was last updated, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the service.
- Parameters:
name
- The name of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-