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.BuilderfailureReasons(Collection<ProjectDeletionError> failureReasons)Reasons for failed project deletionUpdateProjectResponse.BuilderfailureReasons(Consumer<ProjectDeletionError.Builder>... failureReasons)Reasons for failed project deletionUpdateProjectResponse.BuilderfailureReasons(ProjectDeletionError... failureReasons)Reasons for failed project deletionUpdateProjectResponse.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.UpdateProjectResponse.BuilderprojectStatus(String projectStatus)Status of the projectUpdateProjectResponse.BuilderprojectStatus(ProjectStatus projectStatus)Status 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 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.
-
failureReasons
UpdateProjectResponse.Builder failureReasons(Collection<ProjectDeletionError> failureReasons)
Reasons for failed project deletion
- Parameters:
failureReasons- Reasons for failed project deletion- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
UpdateProjectResponse.Builder failureReasons(ProjectDeletionError... failureReasons)
Reasons for failed project deletion
- Parameters:
failureReasons- Reasons for failed project deletion- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
UpdateProjectResponse.Builder failureReasons(Consumer<ProjectDeletionError.Builder>... failureReasons)
Reasons for failed project deletion
This is a convenience method that creates an instance of theProjectDeletionError.Builderavoiding the need to create one manually viaProjectDeletionError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failureReasons(List.) - Parameters:
failureReasons- a consumer that will call methods onProjectDeletionError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#failureReasons(java.util.Collection)
-
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.
-
projectStatus
UpdateProjectResponse.Builder projectStatus(String projectStatus)
Status of the project
- Parameters:
projectStatus- Status of the project- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProjectStatus,ProjectStatus
-
projectStatus
UpdateProjectResponse.Builder projectStatus(ProjectStatus projectStatus)
Status of the project
- Parameters:
projectStatus- Status of the project- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProjectStatus,ProjectStatus
-
-