Struct aws_sdk_sagemaker::input::describe_action_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeActionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn action_name(self, input: impl Into<String>) -> Self
pub fn action_name(self, input: impl Into<String>) -> Self
The name of the action to describe.
sourcepub fn set_action_name(self, input: Option<String>) -> Self
pub fn set_action_name(self, input: Option<String>) -> Self
The name of the action to describe.
sourcepub fn build(self) -> Result<DescribeActionInput, BuildError>
pub fn build(self) -> Result<DescribeActionInput, BuildError>
Consumes the builder and constructs a DescribeActionInput
.