#[non_exhaustive]pub struct AccountSettingsDetailBuilder { /* private fields */ }
Expand description
A builder for AccountSettingsDetail
.
Implementations§
source§impl AccountSettingsDetailBuilder
impl AccountSettingsDetailBuilder
sourcepub fn capacity_limits(self, input: CapacityLimits) -> Self
pub fn capacity_limits(self, input: CapacityLimits) -> Self
The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see Managing capacity limits for Amazon OpenSearch Serverless.
sourcepub fn set_capacity_limits(self, input: Option<CapacityLimits>) -> Self
pub fn set_capacity_limits(self, input: Option<CapacityLimits>) -> Self
The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see Managing capacity limits for Amazon OpenSearch Serverless.
sourcepub fn get_capacity_limits(&self) -> &Option<CapacityLimits>
pub fn get_capacity_limits(&self) -> &Option<CapacityLimits>
The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see Managing capacity limits for Amazon OpenSearch Serverless.
sourcepub fn build(self) -> AccountSettingsDetail
pub fn build(self) -> AccountSettingsDetail
Consumes the builder and constructs a AccountSettingsDetail
.
Trait Implementations§
source§impl Clone for AccountSettingsDetailBuilder
impl Clone for AccountSettingsDetailBuilder
source§fn clone(&self) -> AccountSettingsDetailBuilder
fn clone(&self) -> AccountSettingsDetailBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AccountSettingsDetailBuilder
impl Debug for AccountSettingsDetailBuilder
source§impl Default for AccountSettingsDetailBuilder
impl Default for AccountSettingsDetailBuilder
source§fn default() -> AccountSettingsDetailBuilder
fn default() -> AccountSettingsDetailBuilder
source§impl PartialEq for AccountSettingsDetailBuilder
impl PartialEq for AccountSettingsDetailBuilder
source§fn eq(&self, other: &AccountSettingsDetailBuilder) -> bool
fn eq(&self, other: &AccountSettingsDetailBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.