pub struct Builder { /* private fields */ }
Expand description
A builder for CreateHostOutput
.
Implementations§
source§impl Builder
impl Builder
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
.