Struct aws_sdk_codestarconnections::operation::create_host::builders::CreateHostOutputBuilder
source · #[non_exhaustive]pub struct CreateHostOutputBuilder { /* private fields */ }
Expand description
A builder for CreateHostOutput
.
Implementations§
source§impl CreateHostOutputBuilder
impl CreateHostOutputBuilder
sourcepub fn host_arn(self, input: impl Into<String>) -> Self
pub fn host_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the host to be created.
sourcepub fn set_host_arn(self, input: Option<String>) -> Self
pub fn set_host_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the host to be created.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
sourcepub fn build(self) -> CreateHostOutput
pub fn build(self) -> CreateHostOutput
Consumes the builder and constructs a CreateHostOutput
.
Trait Implementations§
source§impl Clone for CreateHostOutputBuilder
impl Clone for CreateHostOutputBuilder
source§fn clone(&self) -> CreateHostOutputBuilder
fn clone(&self) -> CreateHostOutputBuilder
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 CreateHostOutputBuilder
impl Debug for CreateHostOutputBuilder
source§impl Default for CreateHostOutputBuilder
impl Default for CreateHostOutputBuilder
source§fn default() -> CreateHostOutputBuilder
fn default() -> CreateHostOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateHostOutputBuilder> for CreateHostOutputBuilder
impl PartialEq<CreateHostOutputBuilder> for CreateHostOutputBuilder
source§fn eq(&self, other: &CreateHostOutputBuilder) -> bool
fn eq(&self, other: &CreateHostOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.