Interface OSRelease.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OSRelease.Builder,OSRelease>,SdkBuilder<OSRelease.Builder,OSRelease>,SdkPojo
- Enclosing class:
- OSRelease
public static interface OSRelease.Builder extends SdkPojo, CopyableBuilder<OSRelease.Builder,OSRelease>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OSRelease.Builderlabel(String label)The Amazon Linux release specified for a cluster in the RunJobFlow request.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
label
OSRelease.Builder label(String label)
The Amazon Linux release specified for a cluster in the RunJobFlow request. The format is as shown in Amazon Linux 2 Release Notes . For example, 2.0.20220218.1.
- Parameters:
label- The Amazon Linux release specified for a cluster in the RunJobFlow request. The format is as shown in Amazon Linux 2 Release Notes . For example, 2.0.20220218.1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-