Interface UpdateProjectRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateProjectRequest.Builder,
,UpdateProjectRequest> DataZoneRequest.Builder
,SdkBuilder<UpdateProjectRequest.Builder,
,UpdateProjectRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateProjectRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description to be updated as part of theUpdateProject
action.domainIdentifier
(String domainIdentifier) The ID of the Amazon DataZone domain where a project is being updated.domainUnitId
(String domainUnitId) The ID of the domain unit.default UpdateProjectRequest.Builder
environmentDeploymentDetails
(Consumer<EnvironmentDeploymentDetails.Builder> environmentDeploymentDetails) The environment deployment details of the project.environmentDeploymentDetails
(EnvironmentDeploymentDetails environmentDeploymentDetails) The environment deployment details of the project.glossaryTerms
(String... glossaryTerms) The glossary terms to be updated as part of theUpdateProject
action.glossaryTerms
(Collection<String> glossaryTerms) The glossary terms to be updated as part of theUpdateProject
action.identifier
(String identifier) The identifier of the project that is to be updated.The name to be updated as part of theUpdateProject
action.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectProfileVersion
(String projectProfileVersion) The project profile version to which the project should be updated.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.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
description
The description to be updated as part of the
UpdateProject
action.- Parameters:
description
- The description to be updated as part of theUpdateProject
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The ID of the Amazon DataZone domain where a project is being updated.
- Parameters:
domainIdentifier
- The ID of the Amazon DataZone domain where a project is being 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
UpdateProjectRequest.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 UpdateProjectRequest.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:
-
glossaryTerms
The glossary terms to be updated as part of the
UpdateProject
action.- Parameters:
glossaryTerms
- The glossary terms to be updated as part of theUpdateProject
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms to be updated as part of the
UpdateProject
action.- Parameters:
glossaryTerms
- The glossary terms to be updated as part of theUpdateProject
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The identifier of the project that is to be updated.
- Parameters:
identifier
- 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.
-
name
The name to be updated as part of the
UpdateProject
action.- Parameters:
name
- The name to be updated as part of theUpdateProject
action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectProfileVersion
The project profile version to which the project should be updated. You can only specify the following string for this parameter:
latest
.- Parameters:
projectProfileVersion
- The project profile version to which the project should be updated. You can only specify the following string for this parameter:latest
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
UpdateProjectRequest.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
UpdateProjectRequest.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
UpdateProjectRequest.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:
-
overrideConfiguration
UpdateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-