Interface UpdateProjectResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateProjectResponse.Builder,,UpdateProjectResponse> DataZoneResponse.Builder,SdkBuilder<UpdateProjectResponse.Builder,,UpdateProjectResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateProjectResponse
public static interface UpdateProjectResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateProjectResponse.Builder,UpdateProjectResponse>
-
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 that is to be updated.The identifier of the Amazon DataZone domain in which a project is updated.glossaryTerms(String... glossaryTerms) The glossary terms of the project that are to be updated.glossaryTerms(Collection<String> glossaryTerms) The glossary terms of the project that are to be updated.The identifier of the project that is to be updated.lastUpdatedAt(Instant lastUpdatedAt) The timestamp of when the project was last updated.The name of the project that is to be updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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 that is to be updated.
- Parameters:
description- The description of the project that is to be updated.- 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 a project is updated.
- Parameters:
domainId- The identifier of the Amazon DataZone domain in which a project is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms of the project that are to be updated.
- Parameters:
glossaryTerms- The glossary terms of the project that are to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms of the project that are to be updated.
- Parameters:
glossaryTerms- The glossary terms of the project that are to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the project that is to be updated.
- Parameters:
id- The identifier of the project that is to be updated.- 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 that is to be updated.
- Parameters:
name- The name of the project that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-