Package com.pulumi.aws.ec2.outputs
Class InstanceEbsBlockDevice.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.InstanceEbsBlockDevice.Builder
-
- Enclosing class:
- InstanceEbsBlockDevice
public static final class InstanceEbsBlockDevice.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(InstanceEbsBlockDevice defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(InstanceEbsBlockDevice defaults)
-
-
Method Detail
-
deleteOnTermination
public InstanceEbsBlockDevice.Builder deleteOnTermination(@Nullable java.lang.Boolean deleteOnTermination)
-
deviceName
public InstanceEbsBlockDevice.Builder deviceName(java.lang.String deviceName)
-
encrypted
public InstanceEbsBlockDevice.Builder encrypted(@Nullable java.lang.Boolean encrypted)
-
iops
public InstanceEbsBlockDevice.Builder iops(@Nullable java.lang.Integer iops)
-
kmsKeyId
public InstanceEbsBlockDevice.Builder kmsKeyId(@Nullable java.lang.String kmsKeyId)
-
snapshotId
public InstanceEbsBlockDevice.Builder snapshotId(@Nullable java.lang.String snapshotId)
-
tags
public InstanceEbsBlockDevice.Builder tags(@Nullable java.util.Map<java.lang.String,java.lang.String> tags)
-
tagsAll
public InstanceEbsBlockDevice.Builder tagsAll(@Nullable java.util.Map<java.lang.String,java.lang.String> tagsAll)
-
throughput
public InstanceEbsBlockDevice.Builder throughput(@Nullable java.lang.Integer throughput)
-
volumeId
public InstanceEbsBlockDevice.Builder volumeId(@Nullable java.lang.String volumeId)
-
volumeSize
public InstanceEbsBlockDevice.Builder volumeSize(@Nullable java.lang.Integer volumeSize)
-
volumeType
public InstanceEbsBlockDevice.Builder volumeType(@Nullable java.lang.String volumeType)
-
build
public InstanceEbsBlockDevice build()
-
-