public static interface UpdateProjectRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectRequest.Builder |
description(String description)
The description to be updated as part of the
UpdateProject action. |
UpdateProjectRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a project is to be updated.
|
UpdateProjectRequest.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the
UpdateProject action. |
UpdateProjectRequest.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the
UpdateProject action. |
UpdateProjectRequest.Builder |
identifier(String identifier)
The identifier of the project that is to be updated.
|
UpdateProjectRequest.Builder |
name(String name)
The name to be updated as part of the
UpdateProject action. |
UpdateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProjectRequest.Builder description(String description)
The description to be updated as part of the UpdateProject action.
description - The description to be updated as part of the UpdateProject action.UpdateProjectRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a project is to be updated.
domainIdentifier - The identifier of the Amazon DataZone domain in which a project is to be updated.UpdateProjectRequest.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the UpdateProject action.
glossaryTerms - The glossary terms to be updated as part of the UpdateProject action.UpdateProjectRequest.Builder glossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the UpdateProject action.
glossaryTerms - The glossary terms to be updated as part of the UpdateProject action.UpdateProjectRequest.Builder identifier(String identifier)
The identifier of the project that is to be updated.
identifier - The identifier of the project that is to be updated.UpdateProjectRequest.Builder name(String name)
The name to be updated as part of the UpdateProject action.
name - The name to be updated as part of the UpdateProject action.UpdateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.