Interface Project.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Project.Builder,
,Project> SdkBuilder<Project.Builder,
,Project> SdkPojo
- Enclosing class:
Project
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account that owns the project.createDate
(Instant createDate) The date and time that the project was created.The Amazon Resource Name (ARN) of the user who crated the project.datasetName
(String datasetName) The dataset that the project is to act upon.lastModifiedBy
(String lastModifiedBy) The Amazon Resource Name (ARN) of the user who last modified the project.lastModifiedDate
(Instant lastModifiedDate) The last modification date and time for the project.The unique name of a project.The date and time when the project was opened.The Amazon Resource Name (ARN) of the user that opened the project for use.recipeName
(String recipeName) The name of a recipe that will be developed during a project session.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) for the project.The Amazon Resource Name (ARN) of the role that will be assumed for this project.default Project.Builder
sample
(Consumer<Sample.Builder> sample) The sample size and sampling type to apply to the data.The sample size and sampling type to apply to the data.Metadata tags that have been applied to the project.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accountId
The ID of the Amazon Web Services account that owns the project.
- Parameters:
accountId
- The ID of the Amazon Web Services account that owns the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createDate
The date and time that the project was created.
- Parameters:
createDate
- The date and time that the project was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The Amazon Resource Name (ARN) of the user who crated the project.
- Parameters:
createdBy
- The Amazon Resource Name (ARN) of the user who crated the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetName
The dataset that the project is to act upon.
- Parameters:
datasetName
- The dataset that the project is to act upon.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The last modification date and time for the project.
- Parameters:
lastModifiedDate
- The last modification date and time for the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
The Amazon Resource Name (ARN) of the user who last modified the project.
- Parameters:
lastModifiedBy
- The Amazon Resource Name (ARN) of the user who last modified the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The unique name of a project.
- Parameters:
name
- The unique name of a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipeName
The name of a recipe that will be developed during a project session.
- Parameters:
recipeName
- The name of a recipe that will be developed during a project session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) for the project.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) for the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
This is a convenience method that creates an instance of theSample.Builder
avoiding the need to create one manually viaSample.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosample(Sample)
.- Parameters:
sample
- a consumer that will call methods onSample.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Metadata tags that have been applied to the project.
- Parameters:
tags
- Metadata tags that have been applied to the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the role that will be assumed for this project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openedBy
The Amazon Resource Name (ARN) of the user that opened the project for use.
- Parameters:
openedBy
- The Amazon Resource Name (ARN) of the user that opened the project for use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openDate
The date and time when the project was opened.
- Parameters:
openDate
- The date and time when the project was opened.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-