public static interface EbsInfo.Builder extends SdkPojo, CopyableBuilder<EbsInfo.Builder,EbsInfo>
| Modifier and Type | Method and Description |
|---|---|
default EbsInfo.Builder |
ebsOptimizedInfo(Consumer<EbsOptimizedInfo.Builder> ebsOptimizedInfo)
Describes the optimized EBS performance for the instance type.
|
EbsInfo.Builder |
ebsOptimizedInfo(EbsOptimizedInfo ebsOptimizedInfo)
Describes the optimized EBS performance for the instance type.
|
EbsInfo.Builder |
ebsOptimizedSupport(EbsOptimizedSupport ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized.
|
EbsInfo.Builder |
ebsOptimizedSupport(String ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized.
|
EbsInfo.Builder |
encryptionSupport(EbsEncryptionSupport encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
|
EbsInfo.Builder |
encryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
|
EbsInfo.Builder |
nvmeSupport(EbsNvmeSupport nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
|
EbsInfo.Builder |
nvmeSupport(String nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEbsInfo.Builder ebsOptimizedSupport(String ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized Instances in Amazon EC2 User Guide for Linux Instances.
ebsOptimizedSupport - Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized
Instances in Amazon EC2 User Guide for Linux Instances.EbsOptimizedSupport,
EbsOptimizedSupportEbsInfo.Builder ebsOptimizedSupport(EbsOptimizedSupport ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized Instances in Amazon EC2 User Guide for Linux Instances.
ebsOptimizedSupport - Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized
Instances in Amazon EC2 User Guide for Linux Instances.EbsOptimizedSupport,
EbsOptimizedSupportEbsInfo.Builder encryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport - Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupport,
EbsEncryptionSupportEbsInfo.Builder encryptionSupport(EbsEncryptionSupport encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport - Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupport,
EbsEncryptionSupportEbsInfo.Builder ebsOptimizedInfo(EbsOptimizedInfo ebsOptimizedInfo)
Describes the optimized EBS performance for the instance type.
ebsOptimizedInfo - Describes the optimized EBS performance for the instance type.default EbsInfo.Builder ebsOptimizedInfo(Consumer<EbsOptimizedInfo.Builder> ebsOptimizedInfo)
Describes the optimized EBS performance for the instance type.
This is a convenience that creates an instance of theEbsOptimizedInfo.Builder avoiding the need to
create one manually via EbsOptimizedInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ebsOptimizedInfo(EbsOptimizedInfo).ebsOptimizedInfo - a consumer that will call methods on EbsOptimizedInfo.BuilderebsOptimizedInfo(EbsOptimizedInfo)EbsInfo.Builder nvmeSupport(String nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
nvmeSupport - Indicates whether non-volatile memory express (NVMe) is supported.EbsNvmeSupport,
EbsNvmeSupportEbsInfo.Builder nvmeSupport(EbsNvmeSupport nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
nvmeSupport - Indicates whether non-volatile memory express (NVMe) is supported.EbsNvmeSupport,
EbsNvmeSupportCopyright © 2020. All rights reserved.