Interface LaunchTemplateDiskConf.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchTemplateDiskConf.Builder,,LaunchTemplateDiskConf> SdkBuilder<LaunchTemplateDiskConf.Builder,,LaunchTemplateDiskConf> SdkPojo
- Enclosing class:
LaunchTemplateDiskConf
@Mutable
@NotThreadSafe
public static interface LaunchTemplateDiskConf.Builder
extends SdkPojo, CopyableBuilder<LaunchTemplateDiskConf.Builder,LaunchTemplateDiskConf>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteOnTermination(Boolean deleteOnTermination) Launch template disk delete on termination configuration.Launch template disk iops configuration.throughput(Long throughput) Launch template disk throughput configuration.volumeInitializationRate(Long volumeInitializationRate) Launch template disk volume initialization rate configuration.volumeType(String volumeType) Launch template disk volume type configuration.volumeType(VolumeType volumeType) Launch template disk volume type configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
volumeType
Launch template disk volume type configuration.
- Parameters:
volumeType- Launch template disk volume type configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
volumeType
Launch template disk volume type configuration.
- Parameters:
volumeType- Launch template disk volume type configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
iops
Launch template disk iops configuration.
- Parameters:
iops- Launch template disk iops configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throughput
Launch template disk throughput configuration.
- Parameters:
throughput- Launch template disk throughput configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeInitializationRate
Launch template disk volume initialization rate configuration.
- Parameters:
volumeInitializationRate- Launch template disk volume initialization rate configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteOnTermination
Launch template disk delete on termination configuration.
- Parameters:
deleteOnTermination- Launch template disk delete on termination configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-