Interface PackageObject.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PackageObject.Builder,
,PackageObject> SdkBuilder<PackageObject.Builder,
,PackageObject> SdkPojo
- Enclosing class:
PackageObject
public static interface PackageObject.Builder
extends SdkPojo, CopyableBuilder<PackageObject.Builder,PackageObject>
-
Method Summary
Modifier and TypeMethodDescriptionThe object's name.packageVersion
(String packageVersion) The object's package version.patchVersion
(String patchVersion) The object's patch 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
-
name
The object's name.
- Parameters:
name
- The object's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packageVersion
The object's package version.
- Parameters:
packageVersion
- The object's package version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchVersion
The object's patch version.
- Parameters:
patchVersion
- The object's patch version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-