pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeFeatureTransformationInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn feature_transformation_arn(self, input: impl Into<String>) -> Self
pub fn feature_transformation_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the feature transformation to describe.
sourcepub fn set_feature_transformation_arn(self, input: Option<String>) -> Self
pub fn set_feature_transformation_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the feature transformation to describe.
sourcepub fn build(self) -> Result<DescribeFeatureTransformationInput, BuildError>
pub fn build(self) -> Result<DescribeFeatureTransformationInput, BuildError>
Consumes the builder and constructs a DescribeFeatureTransformationInput
.