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