Interface ServiceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceSummary.Builder,
,ServiceSummary> SdkBuilder<ServiceSummary.Builder,
,ServiceSummary> SdkPojo
- Enclosing class:
ServiceSummary
public static interface ServiceSummary.Builder
extends SdkPojo, CopyableBuilder<ServiceSummary.Builder,ServiceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the service.The time when the service was created.description
(String description) A description of the service.lastModifiedAt
(Instant lastModifiedAt) The time when the service was last modified.The name of the service.The status of the service.status
(ServiceStatus status) The status of the service.statusMessage
(String statusMessage) A service status message.templateName
(String templateName) The name of the service template.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, 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 time when the service was created.
- Parameters:
createdAt
- The time when the service was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the service.
- Parameters:
description
- A description of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedAt
The time when the service was last modified.
- Parameters:
lastModifiedAt
- The time when the service was last modified.- 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 of the service.
- Parameters:
status
- The status of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the service.
- Parameters:
status
- The status of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A service status message.
- Parameters:
statusMessage
- A service status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
The name of the service template.
- Parameters:
templateName
- The name of the service template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-