Struct aws_sdk_codecatalyst::model::persistent_storage::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PersistentStorage
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn size_in_gi_b(self, input: i32) -> Self
pub fn size_in_gi_b(self, input: i32) -> Self
The size of the persistent storage in gigabytes (specifically GiB).
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
sourcepub fn set_size_in_gi_b(self, input: Option<i32>) -> Self
pub fn set_size_in_gi_b(self, input: Option<i32>) -> Self
The size of the persistent storage in gigabytes (specifically GiB).
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
sourcepub fn build(self) -> PersistentStorage
pub fn build(self) -> PersistentStorage
Consumes the builder and constructs a PersistentStorage
.