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 TypeMethodDescriptionARN of the applicationTimestamp when the application was createdUnique identifier of the applicationName of the applicationCurrent status of the applicationstatus(ApplicationStatus status) Current status of the applicationworkspaceName(String workspaceName) Name of the workspace this application belongs toMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
ARN of the application
- Parameters:
arn- ARN of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
Unique identifier of the application
- Parameters:
id- Unique identifier of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the application
- Parameters:
name- Name of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Current status of the application
- Parameters:
status- Current status of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current status of the application
- Parameters:
status- Current status of the application- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Timestamp when the application was created
- Parameters:
createdAt- Timestamp when the application was created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspaceName
Name of the workspace this application belongs to
- Parameters:
workspaceName- Name of the workspace this application belongs to- Returns:
- Returns a reference to this object so that method calls can be chained together.
-