Interface CreateProjectResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateProjectResponse.Builder,
,CreateProjectResponse> DataZoneResponse.Builder
,SdkBuilder<CreateProjectResponse.Builder,
,CreateProjectResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateProjectResponse
public static interface CreateProjectResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateProjectResponse.Builder,CreateProjectResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the project was created.The Amazon DataZone user who created the project.description
(String description) The description of the project.The identifier of the Amazon DataZone domain in which the project was created.glossaryTerms
(String... glossaryTerms) The glossary terms that can be used in the project.glossaryTerms
(Collection<String> glossaryTerms) The glossary terms that can be used in the project.The ID of the Amazon DataZone project.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp of when the project was last updated.The name of the project.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createdAt
The timestamp of when the project was created.
- Parameters:
createdAt
- The timestamp of when the project was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The Amazon DataZone user who created the project.
- Parameters:
createdBy
- The Amazon DataZone user who created the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the project.
- Parameters:
description
- The description of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The identifier of the Amazon DataZone domain in which the project was created.
- Parameters:
domainId
- The identifier of the Amazon DataZone domain in which the project was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms that can be used in the project.
- Parameters:
glossaryTerms
- The glossary terms that can be used in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms that can be used in the project.
- Parameters:
glossaryTerms
- The glossary terms that can be used in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the Amazon DataZone project.
- Parameters:
id
- The ID of the Amazon DataZone project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp of when the project was last updated.
- Parameters:
lastUpdatedAt
- The timestamp of when the project was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the project.
- Parameters:
name
- The name of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-