Interface CreateProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>,DataZoneRequest.Builder,SdkBuilder<CreateProjectRequest.Builder,CreateProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateProjectRequest
public static interface CreateProjectRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProjectRequest.Builderdescription(String description)The description of the Amazon DataZone project.CreateProjectRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain in which this project is created.CreateProjectRequest.BuilderdomainUnitId(String domainUnitId)The ID of the domain unit.CreateProjectRequest.BuilderglossaryTerms(String... glossaryTerms)The glossary terms that can be used in this Amazon DataZone project.CreateProjectRequest.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms that can be used in this Amazon DataZone project.CreateProjectRequest.Buildername(String name)The name of the Amazon DataZone project.CreateProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProjectRequest.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
CreateProjectRequest.Builder description(String description)
The 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.
-
domainIdentifier
CreateProjectRequest.Builder domainIdentifier(String domainIdentifier)
The 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.
-
domainUnitId
CreateProjectRequest.Builder domainUnitId(String 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.
- 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.
-
glossaryTerms
CreateProjectRequest.Builder glossaryTerms(Collection<String> glossaryTerms)
The 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.
-
glossaryTerms
CreateProjectRequest.Builder glossaryTerms(String... glossaryTerms)
The 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.
-
name
CreateProjectRequest.Builder name(String name)
The 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.
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-