Interface CreateProjectRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateProjectRequest.Builder,,- CreateProjectRequest> - DataZoneRequest.Builder,- SdkBuilder<CreateProjectRequest.Builder,,- CreateProjectRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateProjectRequest
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The description of the Amazon DataZone project.domainIdentifier(String domainIdentifier) The ID of the Amazon DataZone domain in which this project is created.domainUnitId(String domainUnitId) The ID of the domain unit.glossaryTerms(String... glossaryTerms) The glossary terms that can be used in this Amazon DataZone project.glossaryTerms(Collection<String> glossaryTerms) The glossary terms that can be used in this Amazon DataZone project.The name of the Amazon DataZone project.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectProfileId(String projectProfileId) The ID of the project profile.userParameters(Collection<EnvironmentConfigurationUserParameter> userParameters) The user parameters of the project.userParameters(Consumer<EnvironmentConfigurationUserParameter.Builder>... userParameters) The user parameters of the project.userParameters(EnvironmentConfigurationUserParameter... userParameters) The user parameters of the project.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
descriptionThe description of the Amazon DataZone project. - Parameters:
- description- The description of the Amazon DataZone project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIdentifierThe ID of the Amazon DataZone domain in which this project is created. - Parameters:
- domainIdentifier- The ID of the Amazon DataZone domain in which this project is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainUnitIdThe ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level. - Parameters:
- domainUnitId- The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
glossaryTermsThe glossary terms that can be used in this Amazon DataZone project. - Parameters:
- glossaryTerms- The glossary terms that can be used in this Amazon DataZone project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
glossaryTermsThe glossary terms that can be used in this Amazon DataZone project. - Parameters:
- glossaryTerms- The glossary terms that can be used in this Amazon DataZone project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the Amazon DataZone project. - Parameters:
- name- The name of the Amazon DataZone project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectProfileIdThe ID of the project profile. - Parameters:
- projectProfileId- The ID of the project profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userParametersCreateProjectRequest.Builder userParameters(Collection<EnvironmentConfigurationUserParameter> userParameters) The user parameters of the project. - Parameters:
- userParameters- The user parameters of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userParametersCreateProjectRequest.Builder userParameters(EnvironmentConfigurationUserParameter... userParameters) The user parameters of the project. - Parameters:
- userParameters- The user parameters of the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userParametersCreateProjectRequest.Builder userParameters(Consumer<EnvironmentConfigurationUserParameter.Builder>... userParameters) The user parameters of the project. This is a convenience method that creates an instance of theEnvironmentConfigurationUserParameter.Builderavoiding the need to create one manually viaEnvironmentConfigurationUserParameter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserParameters(List<EnvironmentConfigurationUserParameter>).- Parameters:
- userParameters- a consumer that will call methods on- EnvironmentConfigurationUserParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-