#[non_exhaustive]pub struct ControlPlanePlacementResponseBuilder { /* private fields */ }Expand description
A builder for ControlPlanePlacementResponse.
Implementations§
source§impl ControlPlanePlacementResponseBuilder
impl ControlPlanePlacementResponseBuilder
sourcepub fn group_name(self, input: impl Into<String>) -> Self
pub fn group_name(self, input: impl Into<String>) -> Self
The name of the placement group for the Kubernetes control plane instances.
sourcepub fn set_group_name(self, input: Option<String>) -> Self
pub fn set_group_name(self, input: Option<String>) -> Self
The name of the placement group for the Kubernetes control plane instances.
sourcepub fn build(self) -> ControlPlanePlacementResponse
pub fn build(self) -> ControlPlanePlacementResponse
Consumes the builder and constructs a ControlPlanePlacementResponse.
Trait Implementations§
source§impl Clone for ControlPlanePlacementResponseBuilder
impl Clone for ControlPlanePlacementResponseBuilder
source§fn clone(&self) -> ControlPlanePlacementResponseBuilder
fn clone(&self) -> ControlPlanePlacementResponseBuilder
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 ControlPlanePlacementResponseBuilder
impl Default for ControlPlanePlacementResponseBuilder
source§fn default() -> ControlPlanePlacementResponseBuilder
fn default() -> ControlPlanePlacementResponseBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ControlPlanePlacementResponseBuilder> for ControlPlanePlacementResponseBuilder
impl PartialEq<ControlPlanePlacementResponseBuilder> for ControlPlanePlacementResponseBuilder
source§fn eq(&self, other: &ControlPlanePlacementResponseBuilder) -> bool
fn eq(&self, other: &ControlPlanePlacementResponseBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.