Struct aws_sdk_connect::model::agent_status_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AgentStatusSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the agent status.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the agent status.
sourcepub fn type(self, input: AgentStatusType) -> Self
pub fn type(self, input: AgentStatusType) -> Self
The type of the agent status.
sourcepub fn set_type(self, input: Option<AgentStatusType>) -> Self
pub fn set_type(self, input: Option<AgentStatusType>) -> Self
The type of the agent status.
sourcepub fn build(self) -> AgentStatusSummary
pub fn build(self) -> AgentStatusSummary
Consumes the builder and constructs a AgentStatusSummary
.