Struct aws_sdk_datasync::output::create_agent_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateAgentOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn agent_arn(self, input: impl Into<String>) -> Self
pub fn agent_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the agent. Use the ListAgents
operation to return a list of agents for your account and Amazon Web Services Region.
sourcepub fn set_agent_arn(self, input: Option<String>) -> Self
pub fn set_agent_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the agent. Use the ListAgents
operation to return a list of agents for your account and Amazon Web Services Region.
sourcepub fn build(self) -> CreateAgentOutput
pub fn build(self) -> CreateAgentOutput
Consumes the builder and constructs a CreateAgentOutput
.