Interface AppVersionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppVersionSummary.Builder,AppVersionSummary>,SdkBuilder<AppVersionSummary.Builder,AppVersionSummary>,SdkPojo
- Enclosing class:
- AppVersionSummary
public static interface AppVersionSummary.Builder extends SdkPojo, CopyableBuilder<AppVersionSummary.Builder,AppVersionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppVersionSummary.BuilderappVersion(String appVersion)Version of an application.AppVersionSummary.BuildercreationTime(Instant creationTime)Creation time of the application version.AppVersionSummary.Builderidentifier(Long identifier)Identifier of the application version.AppVersionSummary.BuilderversionName(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, sdkFields
-
-
-
-
Method Detail
-
appVersion
AppVersionSummary.Builder appVersion(String 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
AppVersionSummary.Builder creationTime(Instant 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
AppVersionSummary.Builder identifier(Long 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
AppVersionSummary.Builder versionName(String 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.
-
-