Struct aws_sdk_codestarconnections::input::get_host_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetHostInput
.
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 requested host.
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 requested host.
sourcepub fn build(self) -> Result<GetHostInput, BuildError>
pub fn build(self) -> Result<GetHostInput, BuildError>
Consumes the builder and constructs a GetHostInput
.