Interface PackageVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PackageVersionSummary.Builder,
,PackageVersionSummary> SdkBuilder<PackageVersionSummary.Builder,
,PackageVersionSummary> SdkPojo
- Enclosing class:
PackageVersionSummary
public static interface PackageVersionSummary.Builder
extends SdkPojo, CopyableBuilder<PackageVersionSummary.Builder,PackageVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate
(Instant creationDate) The date that the package version was created.lastModifiedDate
(Instant lastModifiedDate) The date that the package version was last updated.packageName
(String packageName) The name of the associated software package.The status of the package version.status
(PackageVersionStatus status) The status of the package version.versionName
(String versionName) The name of the target package 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 Details
-
packageName
The name of the associated software package.
- Parameters:
packageName
- The name of the associated software package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
The name of the target package version.
- Parameters:
versionName
- The name of the target package version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the package version. For more information, see Package version lifecycle.
- Parameters:
status
- The status of the package version. For more information, see Package version lifecycle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the package version. For more information, see Package version lifecycle.
- Parameters:
status
- The status of the package version. For more information, see Package version lifecycle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDate
The date that the package version was created.
- Parameters:
creationDate
- The date that the package version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The date that the package version was last updated.
- Parameters:
lastModifiedDate
- The date that the package version was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-