Interface ApplicationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkPojo
- Enclosing class:
ApplicationSummary
@Mutable
@NotThreadSafe
public static interface ApplicationSummary.Builder
extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Application.createdTime
(Instant createdTime) The time when the application was created.A unique identifier for the Application.Indicates whether the application is a service.lastModifiedTime
(Instant lastModifiedTime) The time when the application was last modified.The name of the application.The namespace of the application.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 Application.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
A unique identifier for the Application.
- Parameters:
id
- A unique identifier for the Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the application.
- Parameters:
name
- The name of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace of the application.
- Parameters:
namespace
- The namespace of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time when the application was created.
- Parameters:
createdTime
- The time when the application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time when the application was last modified.
- Parameters:
lastModifiedTime
- The time when the application was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isService
Indicates whether the application is a service.
- Parameters:
isService
- Indicates whether the application is a service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-