public static interface CreateProjectRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
description(String description)
The description of the Amazon DataZone project.
|
CreateProjectRequest.Builder |
domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this project is created.
|
CreateProjectRequest.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
|
CreateProjectRequest.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
|
CreateProjectRequest.Builder |
name(String name)
The name of the Amazon DataZone project.
|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectRequest.Builder description(String description)
The description of the Amazon DataZone project.
description - The description of the Amazon DataZone project.CreateProjectRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this project is created.
domainIdentifier - The ID of the Amazon DataZone domain in which this project is created.CreateProjectRequest.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
glossaryTerms - The glossary terms that can be used in this Amazon DataZone project.CreateProjectRequest.Builder glossaryTerms(String... glossaryTerms)
The glossary terms that can be used in this Amazon DataZone project.
glossaryTerms - The glossary terms that can be used in this Amazon DataZone project.CreateProjectRequest.Builder name(String name)
The name of the Amazon DataZone project.
name - The name of the Amazon DataZone project.CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.