public static interface Project.Builder extends SdkPojo, CopyableBuilder<Project.Builder,Project>
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account that owns the project.
|
Project.Builder |
createDate(Instant createDate)
The date and time that the project was created.
|
Project.Builder |
createdBy(String createdBy)
The Amazon Resource Name (ARN) of the user who crated the project.
|
Project.Builder |
datasetName(String datasetName)
The dataset that the project is to act upon.
|
Project.Builder |
lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the project.
|
Project.Builder |
lastModifiedDate(Instant lastModifiedDate)
The last modification date and time for the project.
|
Project.Builder |
name(String name)
The unique name of a project.
|
Project.Builder |
openDate(Instant openDate)
The date and time when the project was opened.
|
Project.Builder |
openedBy(String openedBy)
The Amazon Resource Name (ARN) of the user that opened the project for use.
|
Project.Builder |
recipeName(String recipeName)
The name of a recipe that will be developed during a project session.
|
Project.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the project.
|
Project.Builder |
roleArn(String roleArn)
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.
|
Project.Builder |
sample(Sample sample)
The sample size and sampling type to apply to the data.
|
Project.Builder |
tags(Map<String,String> tags)
Metadata tags that have been applied to the project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProject.Builder accountId(String accountId)
The ID of the Amazon Web Services account that owns the project.
accountId - The ID of the Amazon Web Services account that owns the project.Project.Builder createDate(Instant createDate)
The date and time that the project was created.
createDate - The date and time that the project was created.Project.Builder createdBy(String createdBy)
The Amazon Resource Name (ARN) of the user who crated the project.
createdBy - The Amazon Resource Name (ARN) of the user who crated the project.Project.Builder datasetName(String datasetName)
The dataset that the project is to act upon.
datasetName - The dataset that the project is to act upon.Project.Builder lastModifiedDate(Instant lastModifiedDate)
The last modification date and time for the project.
lastModifiedDate - The last modification date and time for the project.Project.Builder lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the project.
lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the project.Project.Builder name(String name)
The unique name of a project.
name - The unique name of a project.Project.Builder recipeName(String recipeName)
The name of a recipe that will be developed during a project session.
recipeName - The name of a recipe that will be developed during a project session.Project.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the project.
resourceArn - The Amazon Resource Name (ARN) for the project.Project.Builder sample(Sample 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.
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.default Project.Builder sample(Consumer<Sample.Builder> 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 via Sample.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to sample(Sample).
sample - a consumer that will call methods on Sample.Buildersample(Sample)Project.Builder tags(Map<String,String> tags)
Metadata tags that have been applied to the project.
tags - Metadata tags that have been applied to the project.Project.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
roleArn - The Amazon Resource Name (ARN) of the role that will be assumed for this project.Project.Builder openedBy(String openedBy)
The Amazon Resource Name (ARN) of the user that opened the project for use.
openedBy - The Amazon Resource Name (ARN) of the user that opened the project for use.Project.Builder openDate(Instant openDate)
The date and time when the project was opened.
openDate - The date and time when the project was opened.Copyright © 2023. All rights reserved.