static ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.builder() |
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.encrypted(Boolean encrypted) |
Indicates whether the volume should be encrypted.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.filesystemType(String filesystemType) |
The filesystem type for the volume.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.filesystemType(TaskFilesystemType filesystemType) |
The filesystem type for the volume.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.iops(Integer iops) |
The number of I/O operations per second (IOPS).
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.kmsKeyId(String kmsKeyId) |
The Amazon Resource Name (ARN) identifier of the Amazon Web Services Key Management Service key to use for
Amazon EBS encryption.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.roleArn(String roleArn) |
The ARN of the IAM role to associate with this volume.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.sizeInGiB(Integer sizeInGiB) |
The size of the volume in GiB.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.snapshotId(String snapshotId) |
The snapshot that Amazon ECS uses to create volumes for attachment to tasks maintained by the service.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.tagSpecifications(Collection<EBSTagSpecification> tagSpecifications) |
The tags to apply to the volume.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.tagSpecifications(Consumer<EBSTagSpecification.Builder>... tagSpecifications) |
The tags to apply to the volume.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.tagSpecifications(EBSTagSpecification... tagSpecifications) |
The tags to apply to the volume.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.throughput(Integer throughput) |
The throughput to provision for a volume, in MiB/s, with a maximum of 1,000 MiB/s.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.toBuilder() |
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.volumeInitializationRate(Integer volumeInitializationRate) |
The rate, in MiB/s, at which data is fetched from a snapshot of an existing EBS volume to create new volumes
for attachment to the tasks maintained by the service.
|
ServiceManagedEBSVolumeConfiguration.Builder |
ServiceManagedEBSVolumeConfiguration.Builder.volumeType(String volumeType) |
The volume type.
|