public static interface EbsInfo.Builder extends SdkPojo, CopyableBuilder<EbsInfo.Builder,EbsInfo>
Modifier and Type | Method and Description |
---|---|
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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EbsInfo.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
,
EbsOptimizedSupport
EbsInfo.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
,
EbsOptimizedSupport
EbsInfo.Builder encryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport
- Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupport
,
EbsEncryptionSupport
EbsInfo.Builder encryptionSupport(EbsEncryptionSupport encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport
- Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupport
,
EbsEncryptionSupport
Copyright © 2020. All rights reserved.