Struct aws_sdk_personalize::operation::create_dataset_group::builders::CreateDatasetGroupOutputBuilder
source · #[non_exhaustive]pub struct CreateDatasetGroupOutputBuilder { /* private fields */ }
Expand description
A builder for CreateDatasetGroupOutput
.
Implementations§
source§impl CreateDatasetGroupOutputBuilder
impl CreateDatasetGroupOutputBuilder
sourcepub fn dataset_group_arn(self, input: impl Into<String>) -> Self
pub fn dataset_group_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the new dataset group.
sourcepub fn set_dataset_group_arn(self, input: Option<String>) -> Self
pub fn set_dataset_group_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the new dataset group.
sourcepub fn set_domain(self, input: Option<Domain>) -> Self
pub fn set_domain(self, input: Option<Domain>) -> Self
The domain for the new Domain dataset group.
sourcepub fn build(self) -> CreateDatasetGroupOutput
pub fn build(self) -> CreateDatasetGroupOutput
Consumes the builder and constructs a CreateDatasetGroupOutput
.
Trait Implementations§
source§impl Clone for CreateDatasetGroupOutputBuilder
impl Clone for CreateDatasetGroupOutputBuilder
source§fn clone(&self) -> CreateDatasetGroupOutputBuilder
fn clone(&self) -> CreateDatasetGroupOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CreateDatasetGroupOutputBuilder
impl Default for CreateDatasetGroupOutputBuilder
source§fn default() -> CreateDatasetGroupOutputBuilder
fn default() -> CreateDatasetGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateDatasetGroupOutputBuilder> for CreateDatasetGroupOutputBuilder
impl PartialEq<CreateDatasetGroupOutputBuilder> for CreateDatasetGroupOutputBuilder
source§fn eq(&self, other: &CreateDatasetGroupOutputBuilder) -> bool
fn eq(&self, other: &CreateDatasetGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.