Interface UpdateProjectResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateProjectResponse.Builder,
,UpdateProjectResponse> DataZoneResponse.Builder
,SdkBuilder<UpdateProjectResponse.Builder,
,UpdateProjectResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
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.domainUnitId
(String domainUnitId) The ID of the domain unit.default UpdateProjectResponse.Builder
environmentDeploymentDetails
(Consumer<EnvironmentDeploymentDetails.Builder> environmentDeploymentDetails) The environment deployment details of the project.environmentDeploymentDetails
(EnvironmentDeploymentDetails environmentDeploymentDetails) The environment deployment details of the project.failureReasons
(Collection<ProjectDeletionError> failureReasons) Specifies the error message that is returned if the operation cannot be successfully completed.failureReasons
(Consumer<ProjectDeletionError.Builder>... failureReasons) Specifies the error message that is returned if the operation cannot be successfully completed.failureReasons
(ProjectDeletionError... failureReasons) Specifies the error message that is returned if the operation cannot be successfully completed.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.projectProfileId
(String projectProfileId) The ID of the project profile.projectStatus
(String projectStatus) The status of the project.projectStatus
(ProjectStatus projectStatus) The status of the project.userParameters
(Collection<EnvironmentConfigurationUserParameter> userParameters) The user parameters of the project.userParameters
(Consumer<EnvironmentConfigurationUserParameter.Builder>... userParameters) The user parameters of the project.userParameters
(EnvironmentConfigurationUserParameter... userParameters) The user parameters 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, sdkFieldNameToField, 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 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.
-
domainUnitId
The ID of the domain unit.
- Parameters:
domainUnitId
- The ID of the domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentDeploymentDetails
UpdateProjectResponse.Builder environmentDeploymentDetails(EnvironmentDeploymentDetails environmentDeploymentDetails) The environment deployment details of the project.
- Parameters:
environmentDeploymentDetails
- The environment deployment details of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentDeploymentDetails
default UpdateProjectResponse.Builder environmentDeploymentDetails(Consumer<EnvironmentDeploymentDetails.Builder> environmentDeploymentDetails) The environment deployment details of the project.
This is a convenience method that creates an instance of theEnvironmentDeploymentDetails.Builder
avoiding the need to create one manually viaEnvironmentDeploymentDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toenvironmentDeploymentDetails(EnvironmentDeploymentDetails)
.- Parameters:
environmentDeploymentDetails
- a consumer that will call methods onEnvironmentDeploymentDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReasons
Specifies the error message that is returned if the operation cannot be successfully completed.
- Parameters:
failureReasons
- Specifies the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
Specifies the error message that is returned if the operation cannot be successfully completed.
- Parameters:
failureReasons
- Specifies the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
UpdateProjectResponse.Builder failureReasons(Consumer<ProjectDeletionError.Builder>... failureReasons) Specifies the error message that is returned if the operation cannot be successfully completed.
This is a convenience method that creates an instance of theProjectDeletionError.Builder
avoiding the need to create one manually viaProjectDeletionError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofailureReasons(List<ProjectDeletionError>)
.- 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:
-
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.
-
projectProfileId
The ID of the project profile.
- Parameters:
projectProfileId
- The ID of the project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectStatus
The status of the project.
- Parameters:
projectStatus
- The status of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
projectStatus
The status of the project.
- Parameters:
projectStatus
- The status of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userParameters
UpdateProjectResponse.Builder userParameters(Collection<EnvironmentConfigurationUserParameter> userParameters) The user parameters of the project.
- Parameters:
userParameters
- The user parameters of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
UpdateProjectResponse.Builder userParameters(EnvironmentConfigurationUserParameter... userParameters) The user parameters of the project.
- Parameters:
userParameters
- The user parameters of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
UpdateProjectResponse.Builder userParameters(Consumer<EnvironmentConfigurationUserParameter.Builder>... userParameters) The user parameters of the project.
This is a convenience method that creates an instance of theEnvironmentConfigurationUserParameter.Builder
avoiding the need to create one manually viaEnvironmentConfigurationUserParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touserParameters(List<EnvironmentConfigurationUserParameter>)
.- Parameters:
userParameters
- a consumer that will call methods onEnvironmentConfigurationUserParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-