Struct aws_sdk_athena::model::application_dpu_sizes::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ApplicationDpuSizes
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn application_runtime_id(self, input: impl Into<String>) -> Self
pub fn application_runtime_id(self, input: impl Into<String>) -> Self
The name of the supported application runtime (for example, Jupyter 1.0
).
sourcepub fn set_application_runtime_id(self, input: Option<String>) -> Self
pub fn set_application_runtime_id(self, input: Option<String>) -> Self
The name of the supported application runtime (for example, Jupyter 1.0
).
sourcepub fn supported_dpu_sizes(self, input: i32) -> Self
pub fn supported_dpu_sizes(self, input: i32) -> Self
Appends an item to supported_dpu_sizes
.
To override the contents of this collection use set_supported_dpu_sizes
.
A list of the supported DPU sizes that the application runtime supports.
sourcepub fn set_supported_dpu_sizes(self, input: Option<Vec<i32>>) -> Self
pub fn set_supported_dpu_sizes(self, input: Option<Vec<i32>>) -> Self
A list of the supported DPU sizes that the application runtime supports.
sourcepub fn build(self) -> ApplicationDpuSizes
pub fn build(self) -> ApplicationDpuSizes
Consumes the builder and constructs a ApplicationDpuSizes
.