| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Project |
Project.clearTagsEntries()
Removes all the entries added into Tags.
|
Project |
Project.clone() |
Project |
Project.withAccountId(String accountId)
The ID of the Amazon Web Services account that owns the project.
|
Project |
Project.withCreateDate(Date createDate)
The date and time that the project was created.
|
Project |
Project.withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who crated the project.
|
Project |
Project.withDatasetName(String datasetName)
The dataset that the project is to act upon.
|
Project |
Project.withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the project.
|
Project |
Project.withLastModifiedDate(Date lastModifiedDate)
The last modification date and time for the project.
|
Project |
Project.withName(String name)
The unique name of a project.
|
Project |
Project.withOpenDate(Date openDate)
The date and time when the project was opened.
|
Project |
Project.withOpenedBy(String openedBy)
The Amazon Resource Name (ARN) of the user that opened the project for use.
|
Project |
Project.withRecipeName(String recipeName)
The name of a recipe that will be developed during a project session.
|
Project |
Project.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the project.
|
Project |
Project.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
|
Project |
Project.withSample(Sample sample)
The sample size and sampling type to apply to the data.
|
Project |
Project.withTags(Map<String,String> tags)
Metadata tags that have been applied to the project.
|
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
ListProjectsResult.getProjects()
A list of projects that are defined .
|
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResult |
ListProjectsResult.withProjects(Project... projects)
A list of projects that are defined .
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsResult.setProjects(Collection<Project> projects)
A list of projects that are defined .
|
ListProjectsResult |
ListProjectsResult.withProjects(Collection<Project> projects)
A list of projects that are defined .
|
Copyright © 2023. All rights reserved.