Struct aws_sdk_databrew::model::project::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Project
.
Implementations§
source§impl Builder
impl Builder
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 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 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 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 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 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 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.
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 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 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.
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.
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 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 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.