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
Modifier 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.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.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-
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
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
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-