Struct aws_sdk_databrew::types::builders::ProjectBuilder
source · #[non_exhaustive]pub struct ProjectBuilder { /* private fields */ }
Expand description
A builder for Project
.
Implementations§
source§impl ProjectBuilder
impl ProjectBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that owns the project.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that owns the project.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that owns the project.
sourcepub fn create_date(self, input: DateTime) -> Self
pub fn create_date(self, input: DateTime) -> Self
The date and time that the project was created.
sourcepub fn set_create_date(self, input: Option<DateTime>) -> Self
pub fn set_create_date(self, input: Option<DateTime>) -> Self
The date and time that the project was created.
sourcepub fn get_create_date(&self) -> &Option<DateTime>
pub fn get_create_date(&self) -> &Option<DateTime>
The date and time that the project was created.
sourcepub fn created_by(self, input: impl Into<String>) -> Self
pub fn created_by(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the user who crated the project.
sourcepub fn set_created_by(self, input: Option<String>) -> Self
pub fn set_created_by(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the user who crated the project.
sourcepub fn get_created_by(&self) -> &Option<String>
pub fn get_created_by(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the user who crated the project.
sourcepub fn dataset_name(self, input: impl Into<String>) -> Self
pub fn dataset_name(self, input: impl Into<String>) -> Self
The dataset that the project is to act upon.
sourcepub fn set_dataset_name(self, input: Option<String>) -> Self
pub fn set_dataset_name(self, input: Option<String>) -> Self
The dataset that the project is to act upon.
sourcepub fn get_dataset_name(&self) -> &Option<String>
pub fn get_dataset_name(&self) -> &Option<String>
The dataset that the project is to act upon.
sourcepub fn last_modified_date(self, input: DateTime) -> Self
pub fn last_modified_date(self, input: DateTime) -> Self
The last modification date and time for the project.
sourcepub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
The last modification date and time for the project.
sourcepub fn get_last_modified_date(&self) -> &Option<DateTime>
pub fn get_last_modified_date(&self) -> &Option<DateTime>
The last modification date and time for the project.
sourcepub fn last_modified_by(self, input: impl Into<String>) -> Self
pub fn last_modified_by(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the user who last modified the project.
sourcepub fn set_last_modified_by(self, input: Option<String>) -> Self
pub fn set_last_modified_by(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the user who last modified the project.
sourcepub fn get_last_modified_by(&self) -> &Option<String>
pub fn get_last_modified_by(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the user who last modified the project.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The unique name of a project.
This field is required.sourcepub fn recipe_name(self, input: impl Into<String>) -> Self
pub fn recipe_name(self, input: impl Into<String>) -> Self
The name of a recipe that will be developed during a project session.
This field is required.sourcepub fn set_recipe_name(self, input: Option<String>) -> Self
pub fn set_recipe_name(self, input: Option<String>) -> Self
The name of a recipe that will be developed during a project session.
sourcepub fn get_recipe_name(&self) -> &Option<String>
pub fn get_recipe_name(&self) -> &Option<String>
The name of a recipe that will be developed during a project session.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the project.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the project.
sourcepub fn get_resource_arn(&self) -> &Option<String>
pub fn get_resource_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the project.
sourcepub fn sample(self, input: Sample) -> Self
pub fn sample(self, input: Sample) -> Self
The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
sourcepub fn set_sample(self, input: Option<Sample>) -> Self
pub fn set_sample(self, input: Option<Sample>) -> Self
The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
sourcepub fn get_sample(&self) -> &Option<Sample>
pub fn get_sample(&self) -> &Option<Sample>
The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Metadata tags that have been applied to the project.
Metadata tags that have been applied to the project.
Metadata tags that have been applied to the project.
sourcepub fn role_arn(self, input: impl Into<String>) -> Self
pub fn role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
sourcepub fn opened_by(self, input: impl Into<String>) -> Self
pub fn opened_by(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the user that opened the project for use.
sourcepub fn set_opened_by(self, input: Option<String>) -> Self
pub fn set_opened_by(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the user that opened the project for use.
sourcepub fn get_opened_by(&self) -> &Option<String>
pub fn get_opened_by(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the user that opened the project for use.
sourcepub fn set_open_date(self, input: Option<DateTime>) -> Self
pub fn set_open_date(self, input: Option<DateTime>) -> Self
The date and time when the project was opened.
sourcepub fn get_open_date(&self) -> &Option<DateTime>
pub fn get_open_date(&self) -> &Option<DateTime>
The date and time when the project was opened.
Trait Implementations§
source§impl Clone for ProjectBuilder
impl Clone for ProjectBuilder
source§fn clone(&self) -> ProjectBuilder
fn clone(&self) -> ProjectBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ProjectBuilder
impl Debug for ProjectBuilder
source§impl Default for ProjectBuilder
impl Default for ProjectBuilder
source§fn default() -> ProjectBuilder
fn default() -> ProjectBuilder
source§impl PartialEq for ProjectBuilder
impl PartialEq for ProjectBuilder
source§fn eq(&self, other: &ProjectBuilder) -> bool
fn eq(&self, other: &ProjectBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.