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 TypeMethodDescriptionapplicationArn(String applicationArn) The ARN of the application.The date and time when the application was created.The tenant identifier associated with the application.The date and time when the application was last updated.Methods 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
-
applicationArn
The ARN of the application.
- Parameters:
applicationArn- The ARN of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantId
The tenant identifier associated with the application.
- Parameters:
tenantId- The tenant identifier associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the application was created.
- Parameters:
createdAt- The date and time when the application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time when the application was last updated.
- Parameters:
updatedAt- The date and time when the application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-