public static interface GetProjectResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetProjectResponse.Builder,GetProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
GetProjectResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the project was created.
|
GetProjectResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the project.
|
GetProjectResponse.Builder |
description(String description)
The description of the project.
|
GetProjectResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which the project exists.
|
GetProjectResponse.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in the project.
|
GetProjectResponse.Builder |
glossaryTerms(String... glossaryTerms)
The business glossary terms that can be used in the project.
|
GetProjectResponse.Builder |
id(String id)
>The ID of the project.
|
GetProjectResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the project was last updated.
|
GetProjectResponse.Builder |
name(String name)
The name of the project.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProjectResponse.Builder createdAt(Instant createdAt)
The timestamp of when the project was created.
createdAt - The timestamp of when the project was created.GetProjectResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the project.
createdBy - The Amazon DataZone user who created the project.GetProjectResponse.Builder description(String description)
The description of the project.
description - The description of the project.GetProjectResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the project exists.
domainId - The ID of the Amazon DataZone domain in which the project exists.GetProjectResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in the project.
glossaryTerms - The business glossary terms that can be used in the project.GetProjectResponse.Builder glossaryTerms(String... glossaryTerms)
The business glossary terms that can be used in the project.
glossaryTerms - The business glossary terms that can be used in the project.GetProjectResponse.Builder id(String id)
>The ID of the project.
id - >The ID of the project.GetProjectResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the project was last updated.
lastUpdatedAt - The timestamp of when the project was last updated.GetProjectResponse.Builder name(String name)
The name of the project.
name - The name of the project.Copyright © 2023. All rights reserved.