| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeProjectResponse.Builder |
DescribeProjectResponse.builder() |
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.createDate(Instant createDate)
The date and time that the project was created.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.createdBy(String createdBy)
The identifier (user name) of the user who created the project.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.datasetName(String datasetName)
The dataset associated with the project.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the project.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.lastModifiedDate(Instant lastModifiedDate)
The date and time that the project was last modified.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.name(String name)
The name of the project.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.openDate(Instant openDate)
The date and time when the project was opened.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.openedBy(String openedBy)
The identifier (user name) of the user that opened the project for use.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.recipeName(String recipeName)
The recipe associated with this job.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the project.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.roleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
|
default DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.sample(Consumer<Sample.Builder> sample)
Sets the value of the Sample property for this object.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.sample(Sample sample)
Sets the value of the Sample property for this object.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.sessionStatus(SessionStatus sessionStatus)
Describes the current state of the session:
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.sessionStatus(String sessionStatus)
Describes the current state of the session:
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.tags(Map<String,String> tags)
Metadata tags associated with this project.
|
DescribeProjectResponse.Builder |
DescribeProjectResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeProjectResponse.Builder> |
DescribeProjectResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.