EbsInfo.Builder |
EbsInfo.Builder.attachmentLimitType(String attachmentLimitType) |
Indicates whether the instance type features a shared or dedicated Amazon EBS volume attachment limit.
|
EbsInfo.Builder |
EbsInfo.Builder.attachmentLimitType(AttachmentLimitType attachmentLimitType) |
Indicates whether the instance type features a shared or dedicated Amazon EBS volume attachment limit.
|
static EbsInfo.Builder |
EbsInfo.builder() |
|
EbsInfo.Builder |
EbsInfo.Builder.ebsCards(Collection<EbsCardInfo> ebsCards) |
Describes the EBS cards available for the instance type.
|
EbsInfo.Builder |
EbsInfo.Builder.ebsCards(Consumer<EbsCardInfo.Builder>... ebsCards) |
Describes the EBS cards available for the instance type.
|
EbsInfo.Builder |
EbsInfo.Builder.ebsCards(EbsCardInfo... ebsCards) |
Describes the EBS cards available for the instance type.
|
default EbsInfo.Builder |
EbsInfo.Builder.ebsOptimizedInfo(Consumer<EbsOptimizedInfo.Builder> ebsOptimizedInfo) |
Describes the optimized EBS performance for the instance type.
|
EbsInfo.Builder |
EbsInfo.Builder.ebsOptimizedInfo(EbsOptimizedInfo ebsOptimizedInfo) |
Describes the optimized EBS performance for the instance type.
|
EbsInfo.Builder |
EbsInfo.Builder.ebsOptimizedSupport(String ebsOptimizedSupport) |
Indicates whether the instance type is Amazon EBS-optimized.
|
EbsInfo.Builder |
EbsInfo.Builder.ebsOptimizedSupport(EbsOptimizedSupport ebsOptimizedSupport) |
Indicates whether the instance type is Amazon EBS-optimized.
|
EbsInfo.Builder |
EbsInfo.Builder.encryptionSupport(String encryptionSupport) |
Indicates whether Amazon EBS encryption is supported.
|
EbsInfo.Builder |
EbsInfo.Builder.encryptionSupport(EbsEncryptionSupport encryptionSupport) |
Indicates whether Amazon EBS encryption is supported.
|
EbsInfo.Builder |
EbsInfo.Builder.maximumEbsAttachments(Integer maximumEbsAttachments) |
Indicates the maximum number of Amazon EBS volumes that can be attached to the instance type.
|
EbsInfo.Builder |
EbsInfo.Builder.maximumEbsCards(Integer maximumEbsCards) |
Indicates the number of EBS cards supported by the instance type.
|
EbsInfo.Builder |
EbsInfo.Builder.nvmeSupport(String nvmeSupport) |
Indicates whether non-volatile memory express (NVMe) is supported.
|
EbsInfo.Builder |
EbsInfo.Builder.nvmeSupport(EbsNvmeSupport nvmeSupport) |
Indicates whether non-volatile memory express (NVMe) is supported.
|
EbsInfo.Builder |
EbsInfo.toBuilder() |
|