Interface UpdateProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>,DataZoneRequest.Builder,SdkBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateProjectRequest
public static interface UpdateProjectRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateProjectRequest.Builderdescription(String description)The description to be updated as part of theUpdateProjectaction.UpdateProjectRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain where a project is being updated.default UpdateProjectRequest.BuilderenvironmentDeploymentDetails(Consumer<EnvironmentDeploymentDetails.Builder> environmentDeploymentDetails)The environment deployment details of the project.UpdateProjectRequest.BuilderenvironmentDeploymentDetails(EnvironmentDeploymentDetails environmentDeploymentDetails)The environment deployment details of the project.UpdateProjectRequest.BuilderglossaryTerms(String... glossaryTerms)The glossary terms to be updated as part of theUpdateProjectaction.UpdateProjectRequest.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms to be updated as part of theUpdateProjectaction.UpdateProjectRequest.Builderidentifier(String identifier)The identifier of the project that is to be updated.UpdateProjectRequest.Buildername(String name)The name to be updated as part of theUpdateProjectaction.UpdateProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
description
UpdateProjectRequest.Builder description(String description)
The description to be updated as part of the
UpdateProjectaction.- Parameters:
description- The description to be updated as part of theUpdateProjectaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
UpdateProjectRequest.Builder domainIdentifier(String 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.
-
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.Builderavoiding the need to create one manually viaEnvironmentDeploymentDetails.builder().When the
Consumercompletes,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:
environmentDeploymentDetails(EnvironmentDeploymentDetails)
-
glossaryTerms
UpdateProjectRequest.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the
UpdateProjectaction.- Parameters:
glossaryTerms- The glossary terms to be updated as part of theUpdateProjectaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
UpdateProjectRequest.Builder glossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the
UpdateProjectaction.- Parameters:
glossaryTerms- The glossary terms to be updated as part of theUpdateProjectaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
UpdateProjectRequest.Builder identifier(String 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
UpdateProjectRequest.Builder name(String name)
The name to be updated as part of the
UpdateProjectaction.- Parameters:
name- The name to be updated as part of theUpdateProjectaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-