Interface LatestVersionReferences.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LatestVersionReferences.Builder,,LatestVersionReferences> SdkBuilder<LatestVersionReferences.Builder,,LatestVersionReferences> SdkPojo
- Enclosing class:
LatestVersionReferences
@Mutable
@NotThreadSafe
public static interface LatestVersionReferences.Builder
extends SdkPojo, CopyableBuilder<LatestVersionReferences.Builder,LatestVersionReferences>
-
Method Summary
Modifier and TypeMethodDescriptionlatestMajorVersionArn(String latestMajorVersionArn) The latest version Amazon Resource Name (ARN) with the samemajorversion of the Image Builder resource.latestMinorVersionArn(String latestMinorVersionArn) The latest version Amazon Resource Name (ARN) with the sameminorversion of the Image Builder resource.latestPatchVersionArn(String latestPatchVersionArn) The latest version Amazon Resource Name (ARN) with the samepatchversion of the Image Builder resource.latestVersionArn(String latestVersionArn) The latest version Amazon Resource Name (ARN) of the Image Builder resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
latestVersionArn
The latest version Amazon Resource Name (ARN) of the Image Builder resource.
- Parameters:
latestVersionArn- The latest version Amazon Resource Name (ARN) of the Image Builder resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestMajorVersionArn
The latest version Amazon Resource Name (ARN) with the same
majorversion of the Image Builder resource.- Parameters:
latestMajorVersionArn- The latest version Amazon Resource Name (ARN) with the samemajorversion of the Image Builder resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestMinorVersionArn
The latest version Amazon Resource Name (ARN) with the same
minorversion of the Image Builder resource.- Parameters:
latestMinorVersionArn- The latest version Amazon Resource Name (ARN) with the sameminorversion of the Image Builder resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestPatchVersionArn
The latest version Amazon Resource Name (ARN) with the same
patchversion of the Image Builder resource.- Parameters:
latestPatchVersionArn- The latest version Amazon Resource Name (ARN) with the samepatchversion of the Image Builder resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-