#[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 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
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
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
Returns the “default value” for a type. Read more
source§impl PartialEq<AccountSettingsDetailBuilder> for AccountSettingsDetailBuilder
impl PartialEq<AccountSettingsDetailBuilder> for AccountSettingsDetailBuilder
source§fn eq(&self, other: &AccountSettingsDetailBuilder) -> bool
fn eq(&self, other: &AccountSettingsDetailBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AccountSettingsDetailBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AccountSettingsDetailBuilder
impl Send for AccountSettingsDetailBuilder
impl Sync for AccountSettingsDetailBuilder
impl Unpin for AccountSettingsDetailBuilder
impl UnwindSafe for AccountSettingsDetailBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more