public static interface DescribeProjectResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<DescribeProjectResponse.Builder,DescribeProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResponse.Builder |
createDate(Instant createDate)
The date and time that the project was created.
|
DescribeProjectResponse.Builder |
createdBy(String createdBy)
The identifier (user name) of the user who created the project.
|
DescribeProjectResponse.Builder |
datasetName(String datasetName)
The dataset associated with the project.
|
DescribeProjectResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the project.
|
DescribeProjectResponse.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time that the project was last modified.
|
DescribeProjectResponse.Builder |
name(String name)
The name of the project.
|
DescribeProjectResponse.Builder |
openDate(Instant openDate)
The date and time when the project was opened.
|
DescribeProjectResponse.Builder |
openedBy(String openedBy)
The identifier (user name) of the user that opened the project for use.
|
DescribeProjectResponse.Builder |
recipeName(String recipeName)
The recipe associated with this job.
|
DescribeProjectResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the project.
|
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 |
sample(Consumer<Sample.Builder> sample)
Sets the value of the Sample property for this object.
|
DescribeProjectResponse.Builder |
sample(Sample sample)
Sets the value of the Sample property for this object.
|
DescribeProjectResponse.Builder |
sessionStatus(SessionStatus sessionStatus)
Describes the current state of the session:
|
DescribeProjectResponse.Builder |
sessionStatus(String sessionStatus)
Describes the current state of the session:
|
DescribeProjectResponse.Builder |
tags(Map<String,String> tags)
Metadata tags associated with this project.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProjectResponse.Builder createDate(Instant createDate)
The date and time that the project was created.
createDate - The date and time that the project was created.DescribeProjectResponse.Builder createdBy(String createdBy)
The identifier (user name) of the user who created the project.
createdBy - The identifier (user name) of the user who created the project.DescribeProjectResponse.Builder datasetName(String datasetName)
The dataset associated with the project.
datasetName - The dataset associated with the project.DescribeProjectResponse.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time that the project was last modified.
lastModifiedDate - The date and time that the project was last modified.DescribeProjectResponse.Builder lastModifiedBy(String lastModifiedBy)
The identifier (user name) of the user who last modified the project.
lastModifiedBy - The identifier (user name) of the user who last modified the project.DescribeProjectResponse.Builder name(String name)
The name of the project.
name - The name of the project.DescribeProjectResponse.Builder recipeName(String recipeName)
The recipe associated with this job.
recipeName - The recipe associated with this job.DescribeProjectResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the project.
resourceArn - The Amazon Resource Name (ARN) of the project.DescribeProjectResponse.Builder sample(Sample sample)
sample - The new value for the Sample property for this object.default DescribeProjectResponse.Builder sample(Consumer<Sample.Builder> sample)
Sample.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)DescribeProjectResponse.Builder roleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
roleArn - The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.DescribeProjectResponse.Builder tags(Map<String,String> tags)
Metadata tags associated with this project.
tags - Metadata tags associated with this project.DescribeProjectResponse.Builder sessionStatus(String sessionStatus)
Describes the current state of the session:
PROVISIONING - allocating resources for the session.
INITIALIZING - getting the session ready for first use.
ASSIGNED - the session is ready for use.
sessionStatus - Describes the current state of the session:
PROVISIONING - allocating resources for the session.
INITIALIZING - getting the session ready for first use.
ASSIGNED - the session is ready for use.
SessionStatus,
SessionStatusDescribeProjectResponse.Builder sessionStatus(SessionStatus sessionStatus)
Describes the current state of the session:
PROVISIONING - allocating resources for the session.
INITIALIZING - getting the session ready for first use.
ASSIGNED - the session is ready for use.
sessionStatus - Describes the current state of the session:
PROVISIONING - allocating resources for the session.
INITIALIZING - getting the session ready for first use.
ASSIGNED - the session is ready for use.
SessionStatus,
SessionStatusDescribeProjectResponse.Builder openedBy(String openedBy)
The identifier (user name) of the user that opened the project for use.
openedBy - The identifier (user name) of the user that opened the project for use.DescribeProjectResponse.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.