static UpdateProjectRequest.Builder |
UpdateProjectRequest.builder() |
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.description(String description) |
The description to be updated as part of the UpdateProject action.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.domainIdentifier(String domainIdentifier) |
The ID of the Amazon DataZone domain where a project is being updated.
|
default UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.environmentDeploymentDetails(Consumer<EnvironmentDeploymentDetails.Builder> environmentDeploymentDetails) |
The environment deployment details of the project.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.environmentDeploymentDetails(EnvironmentDeploymentDetails environmentDeploymentDetails) |
The environment deployment details of the project.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.glossaryTerms(String... glossaryTerms) |
The glossary terms to be updated as part of the UpdateProject action.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.glossaryTerms(Collection<String> glossaryTerms) |
The glossary terms to be updated as part of the UpdateProject action.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.identifier(String identifier) |
The identifier of the project that is to be updated.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.name(String name) |
The name to be updated as part of the UpdateProject action.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.toBuilder() |
|