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 Modifier and Type Method Description UpdateProjectRequest.Builderdescription(String description)The description to be updated as part of theUpdateProjectaction.UpdateProjectRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which a project is to be updated.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, 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 identifier of the Amazon DataZone domain in which a project is to be updated.
- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which a project is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
-
-