| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
AwsEbs |
build() |
|
AwsEbs.Builder |
withDeleteOnTermination(Boolean deleteOnTermination) |
|
AwsEbs.Builder |
withEncrypted(Boolean encrypted) |
|
AwsEbs.Builder |
withIops(Integer iops) |
|
AwsEbs.Builder |
withSnapshotId(String snapshotId) |
|
AwsEbs.Builder |
withVolumeSize(Integer volumeSize) |
|
AwsEbs.Builder |
withVolumeType(String volumeType) |
public AwsEbs.Builder withSnapshotId(String snapshotId)
public AwsEbs.Builder withVolumeSize(Integer volumeSize)
public AwsEbs.Builder withVolumeType(String volumeType)
public AwsEbs.Builder withDeleteOnTermination(Boolean deleteOnTermination)
public AwsEbs.Builder withIops(Integer iops)
public AwsEbs.Builder withEncrypted(Boolean encrypted)
public AwsEbs build()
Copyright © 2018. All rights reserved.