#[non_exhaustive]pub struct ClusterOperationV2SummaryBuilder { /* private fields */ }
Expand description
A builder for ClusterOperationV2Summary
.
Implementations§
source§impl ClusterOperationV2SummaryBuilder
impl ClusterOperationV2SummaryBuilder
sourcepub fn cluster_arn(self, input: impl Into<String>) -> Self
pub fn cluster_arn(self, input: impl Into<String>) -> Self
ARN of the cluster.
sourcepub fn set_cluster_arn(self, input: Option<String>) -> Self
pub fn set_cluster_arn(self, input: Option<String>) -> Self
ARN of the cluster.
sourcepub fn get_cluster_arn(&self) -> &Option<String>
pub fn get_cluster_arn(&self) -> &Option<String>
ARN of the cluster.
sourcepub fn cluster_type(self, input: ClusterType) -> Self
pub fn cluster_type(self, input: ClusterType) -> Self
Type of the backend cluster.
sourcepub fn set_cluster_type(self, input: Option<ClusterType>) -> Self
pub fn set_cluster_type(self, input: Option<ClusterType>) -> Self
Type of the backend cluster.
sourcepub fn get_cluster_type(&self) -> &Option<ClusterType>
pub fn get_cluster_type(&self) -> &Option<ClusterType>
Type of the backend cluster.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
The time at which operation was started.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The time at which operation was started.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
The time at which operation was started.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
The time at which the operation finished.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
The time at which the operation finished.
sourcepub fn operation_arn(self, input: impl Into<String>) -> Self
pub fn operation_arn(self, input: impl Into<String>) -> Self
ARN of the cluster operation.
sourcepub fn set_operation_arn(self, input: Option<String>) -> Self
pub fn set_operation_arn(self, input: Option<String>) -> Self
ARN of the cluster operation.
sourcepub fn get_operation_arn(&self) -> &Option<String>
pub fn get_operation_arn(&self) -> &Option<String>
ARN of the cluster operation.
sourcepub fn operation_state(self, input: impl Into<String>) -> Self
pub fn operation_state(self, input: impl Into<String>) -> Self
State of the cluster operation.
sourcepub fn set_operation_state(self, input: Option<String>) -> Self
pub fn set_operation_state(self, input: Option<String>) -> Self
State of the cluster operation.
sourcepub fn get_operation_state(&self) -> &Option<String>
pub fn get_operation_state(&self) -> &Option<String>
State of the cluster operation.
sourcepub fn operation_type(self, input: impl Into<String>) -> Self
pub fn operation_type(self, input: impl Into<String>) -> Self
Type of the cluster operation.
sourcepub fn set_operation_type(self, input: Option<String>) -> Self
pub fn set_operation_type(self, input: Option<String>) -> Self
Type of the cluster operation.
sourcepub fn get_operation_type(&self) -> &Option<String>
pub fn get_operation_type(&self) -> &Option<String>
Type of the cluster operation.
sourcepub fn build(self) -> ClusterOperationV2Summary
pub fn build(self) -> ClusterOperationV2Summary
Consumes the builder and constructs a ClusterOperationV2Summary
.
Trait Implementations§
source§impl Clone for ClusterOperationV2SummaryBuilder
impl Clone for ClusterOperationV2SummaryBuilder
source§fn clone(&self) -> ClusterOperationV2SummaryBuilder
fn clone(&self) -> ClusterOperationV2SummaryBuilder
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 Default for ClusterOperationV2SummaryBuilder
impl Default for ClusterOperationV2SummaryBuilder
source§fn default() -> ClusterOperationV2SummaryBuilder
fn default() -> ClusterOperationV2SummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ClusterOperationV2SummaryBuilder
impl PartialEq for ClusterOperationV2SummaryBuilder
source§fn eq(&self, other: &ClusterOperationV2SummaryBuilder) -> bool
fn eq(&self, other: &ClusterOperationV2SummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ClusterOperationV2SummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ClusterOperationV2SummaryBuilder
impl Send for ClusterOperationV2SummaryBuilder
impl Sync for ClusterOperationV2SummaryBuilder
impl Unpin for ClusterOperationV2SummaryBuilder
impl UnwindSafe for ClusterOperationV2SummaryBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.