Struct aws_sdk_personalize::input::describe_dataset_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeDatasetInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn dataset_arn(self, input: impl Into<String>) -> Self
pub fn dataset_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the dataset to describe.
sourcepub fn set_dataset_arn(self, input: Option<String>) -> Self
pub fn set_dataset_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the dataset to describe.
sourcepub fn build(self) -> Result<DescribeDatasetInput, BuildError>
pub fn build(self) -> Result<DescribeDatasetInput, BuildError>
Consumes the builder and constructs a DescribeDatasetInput
.