Interface ImagePackage.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ImagePackage.Builder,,- ImagePackage> - SdkBuilder<ImagePackage.Builder,,- ImagePackage> - SdkPojo
- Enclosing class:
- ImagePackage
@Mutable
@NotThreadSafe
public static interface ImagePackage.Builder
extends SdkPojo, CopyableBuilder<ImagePackage.Builder,ImagePackage> 
- 
Method SummaryModifier and TypeMethodDescriptionpackageName(String packageName) The name of the package that's reported to the operating system package manager.packageVersion(String packageVersion) The version of the package that's reported to the operating system package manager.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- 
packageNameThe name of the package that's reported to the operating system package manager. - Parameters:
- packageName- The name of the package that's reported to the operating system package manager.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
packageVersionThe version of the package that's reported to the operating system package manager. - Parameters:
- packageVersion- The version of the package that's reported to the operating system package manager.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-