Struct aws_sdk_databrew::input::create_project_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateProjectInput
Implementations
The name of an existing dataset to associate this project with.
The name of an existing dataset to associate this project with.
A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
The name of an existing recipe to associate with the project.
The name of an existing recipe to associate with the project.
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Metadata tags to apply to this project.
Metadata tags to apply to this project.
Consumes the builder and constructs a CreateProjectInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more