Uses of Interface
software.amazon.awssdk.services.ec2.model.EbsInfo.Builder
Packages that use EbsInfo.Builder
-
Uses of EbsInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EbsInfo.BuilderModifier and TypeMethodDescriptionEbsInfo.Builder.attachmentLimitType(String attachmentLimitType) Indicates whether the instance type features a shared or dedicated Amazon EBS volume attachment limit.EbsInfo.Builder.attachmentLimitType(AttachmentLimitType attachmentLimitType) Indicates whether the instance type features a shared or dedicated Amazon EBS volume attachment limit.static EbsInfo.BuilderEbsInfo.builder()EbsInfo.Builder.ebsCards(Collection<EbsCardInfo> ebsCards) Describes the EBS cards available for the instance type.EbsInfo.Builder.ebsCards(Consumer<EbsCardInfo.Builder>... ebsCards) Describes the EBS cards available for the instance type.EbsInfo.Builder.ebsCards(EbsCardInfo... ebsCards) Describes the EBS cards available for the instance type.default EbsInfo.BuilderEbsInfo.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(String ebsOptimizedSupport) Indicates whether the instance type is Amazon EBS-optimized.EbsInfo.Builder.ebsOptimizedSupport(EbsOptimizedSupport ebsOptimizedSupport) Indicates whether the instance type is Amazon EBS-optimized.EbsInfo.Builder.encryptionSupport(String encryptionSupport) Indicates whether Amazon EBS encryption is supported.EbsInfo.Builder.encryptionSupport(EbsEncryptionSupport encryptionSupport) Indicates whether Amazon EBS encryption is supported.EbsInfo.Builder.maximumEbsAttachments(Integer maximumEbsAttachments) Indicates the maximum number of Amazon EBS volumes that can be attached to the instance type.EbsInfo.Builder.maximumEbsCards(Integer maximumEbsCards) Indicates the number of EBS cards supported by the instance type.EbsInfo.Builder.nvmeSupport(String nvmeSupport) Indicates whether non-volatile memory express (NVMe) is supported.EbsInfo.Builder.nvmeSupport(EbsNvmeSupport nvmeSupport) Indicates whether non-volatile memory express (NVMe) is supported.EbsInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EbsInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EbsInfo.Builder>EbsInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EbsInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.ebsInfo(Consumer<EbsInfo.Builder> ebsInfo) Describes the Amazon EBS settings for the instance type.