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 SummaryModifier and TypeMethodDescriptionapplicationCreationDate(Long applicationCreationDate) The date (in Unix epoch time) when the web application was created.applicationDescription(String applicationDescription) An optional description of the web application.applicationId(String applicationId) The unique Id of the web application.applicationLastUpdateDate(Long applicationLastUpdateDate) The date (in Unix epoch time) when the web application was last updated.applicationName(String applicationName) The name of the web application.applicationState(String applicationState) The current state of the web application.applicationState(ApplicationState applicationState) The current state of the web application.applicationUrl(String applicationUrl) The URL of the web application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe unique Id of the web application. - Parameters:
- applicationId- The unique Id of the web application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationNameThe name of the web application. - Parameters:
- applicationName- The name of the web application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationDescriptionAn optional description of the web application. - Parameters:
- applicationDescription- An optional description of the web application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationUrlThe URL of the web application. - Parameters:
- applicationUrl- The URL of the web application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationCreationDateThe date (in Unix epoch time) when the web application was created. - Parameters:
- applicationCreationDate- The date (in Unix epoch time) when the web application was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationLastUpdateDateThe date (in Unix epoch time) when the web application was last updated. - Parameters:
- applicationLastUpdateDate- The date (in Unix epoch time) when the web application was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationStateThe current state of the web application. - Parameters:
- applicationState- The current state of the web application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
applicationStateThe current state of the web application. - Parameters:
- applicationState- The current state of the web application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-