| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateProjectResponse.Builder |
CreateProjectResponse.builder() |
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.createdAt(Instant createdAt)
The timestamp of when the project was created.
|
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.createdBy(String createdBy)
The Amazon DataZone user who created the project.
|
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.description(String description)
The description of the project.
|
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.domainId(String domainId)
The identifier of the Amazon DataZone domain in which the project was created.
|
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in the project.
|
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.glossaryTerms(String... glossaryTerms)
The glossary terms that can be used in the project.
|
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.id(String id)
The ID of the Amazon DataZone project.
|
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the project was last updated.
|
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.name(String name)
The name of the project.
|
CreateProjectResponse.Builder |
CreateProjectResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProjectResponse.Builder> |
CreateProjectResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.