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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProjectResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the project was created.UpdateProjectResponse.BuildercreatedBy(String createdBy)The Amazon DataZone user who created the project.UpdateProjectResponse.Builderdescription(String description)The description of the project that is to be updated.UpdateProjectResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which a project is updated.UpdateProjectResponse.BuilderglossaryTerms(String... glossaryTerms)The glossary terms of the project that are to be updated.UpdateProjectResponse.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms of the project that are to be updated.UpdateProjectResponse.Builderid(String id)The identifier of the project that is to be updated.UpdateProjectResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the project was last updated.UpdateProjectResponse.Buildername(String name)The name of the project that is to be updated.-
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 Detail
-
createdAt
UpdateProjectResponse.Builder createdAt(Instant 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
UpdateProjectResponse.Builder createdBy(String 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
UpdateProjectResponse.Builder description(String 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
UpdateProjectResponse.Builder domainId(String 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
UpdateProjectResponse.Builder glossaryTerms(Collection<String> 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
UpdateProjectResponse.Builder glossaryTerms(String... 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
UpdateProjectResponse.Builder id(String 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
UpdateProjectResponse.Builder lastUpdatedAt(Instant 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
UpdateProjectResponse.Builder name(String 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.
-
-