Interface NitroTpmInfo.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<NitroTpmInfo.Builder,NitroTpmInfo>
,SdkBuilder<NitroTpmInfo.Builder,NitroTpmInfo>
,SdkPojo
- Enclosing class:
- NitroTpmInfo
public static interface NitroTpmInfo.Builder extends SdkPojo, CopyableBuilder<NitroTpmInfo.Builder,NitroTpmInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NitroTpmInfo.Builder
supportedVersions(String... supportedVersions)
Indicates the supported NitroTPM versions.NitroTpmInfo.Builder
supportedVersions(Collection<String> supportedVersions)
Indicates the supported NitroTPM versions.-
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 Detail
-
supportedVersions
NitroTpmInfo.Builder supportedVersions(Collection<String> supportedVersions)
Indicates the supported NitroTPM versions.
- Parameters:
supportedVersions
- Indicates the supported NitroTPM versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedVersions
NitroTpmInfo.Builder supportedVersions(String... supportedVersions)
Indicates the supported NitroTPM versions.
- Parameters:
supportedVersions
- Indicates the supported NitroTPM versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-