| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.accountId(String accountId)
The ID of the Amazon Web Services account that owns the project.
|
static Project.Builder |
Project.builder() |
Project.Builder |
Project.Builder.createDate(Instant createDate)
The date and time that the project was created.
|
Project.Builder |
Project.Builder.createdBy(String createdBy)
The Amazon Resource Name (ARN) of the user who crated the project.
|
Project.Builder |
Project.Builder.datasetName(String datasetName)
The dataset that the project is to act upon.
|
Project.Builder |
Project.Builder.lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the project.
|
Project.Builder |
Project.Builder.lastModifiedDate(Instant lastModifiedDate)
The last modification date and time for the project.
|
Project.Builder |
Project.Builder.name(String name)
The unique name of a project.
|
Project.Builder |
Project.Builder.openDate(Instant openDate)
The date and time when the project was opened.
|
Project.Builder |
Project.Builder.openedBy(String openedBy)
The Amazon Resource Name (ARN) of the user that opened the project for use.
|
Project.Builder |
Project.Builder.recipeName(String recipeName)
The name of a recipe that will be developed during a project session.
|
Project.Builder |
Project.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the project.
|
Project.Builder |
Project.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
|
default Project.Builder |
Project.Builder.sample(Consumer<Sample.Builder> sample)
The sample size and sampling type to apply to the data.
|
Project.Builder |
Project.Builder.sample(Sample sample)
The sample size and sampling type to apply to the data.
|
Project.Builder |
Project.Builder.tags(Map<String,String> tags)
Metadata tags that have been applied to the project.
|
Project.Builder |
Project.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Project.Builder> |
Project.serializableBuilderClass() |
Copyright © 2023. All rights reserved.