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 Summary
Modifier 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.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
-
appVersion
Version of an application.
- Parameters:
appVersion
- Version of an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
Creation 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.
-
identifier
Identifier 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.
-
versionName
Name 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.
-