Interface AppVersionSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AppVersionSummary.Builder,,- AppVersionSummary> - SdkBuilder<AppVersionSummary.Builder,,- AppVersionSummary> - SdkPojo
- Enclosing class:
- AppVersionSummary
@Mutable
@NotThreadSafe
public static interface AppVersionSummary.Builder
extends SdkPojo, CopyableBuilder<AppVersionSummary.Builder,AppVersionSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionappVersion(String appVersion) Version of an application.creationTime(Instant creationTime) Creation time of the application version.identifier(Long identifier) Identifier of the application version.versionName(String versionName) Name of the application version.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- 
appVersionVersion of an application. - Parameters:
- appVersion- Version of an application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeCreation time of the application version. - Parameters:
- creationTime- Creation time of the application version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identifierIdentifier of the application version. - Parameters:
- identifier- Identifier of the application version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionNameName of the application version. - Parameters:
- versionName- Name of the application version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-