public static interface CreateProjectRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
datasetName(String datasetName)
The name of an existing dataset to associate this project with.
|
CreateProjectRequest.Builder |
name(String name)
A unique name for the new project.
|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
recipeName(String recipeName)
The name of an existing recipe to associate with the project.
|
CreateProjectRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this
request.
|
default CreateProjectRequest.Builder |
sample(Consumer<Sample.Builder> sample)
Sets the value of the Sample property for this object.
|
CreateProjectRequest.Builder |
sample(Sample sample)
Sets the value of the Sample property for this object.
|
CreateProjectRequest.Builder |
tags(Map<String,String> tags)
Metadata tags to apply to this project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectRequest.Builder datasetName(String datasetName)
The name of an existing dataset to associate this project with.
datasetName - The name of an existing dataset to associate this project with.CreateProjectRequest.Builder name(String name)
A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
name - A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-),
period (.), and space.CreateProjectRequest.Builder recipeName(String recipeName)
The name of an existing recipe to associate with the project.
recipeName - The name of an existing recipe to associate with the project.CreateProjectRequest.Builder sample(Sample sample)
sample - The new value for the Sample property for this object.default CreateProjectRequest.Builder sample(Consumer<Sample.Builder> sample)
Sample.Builder avoiding the need to
create one manually via Sample.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to sample(Sample).
sample - a consumer that will call methods on Sample.Buildersample(Sample)CreateProjectRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.
roleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this
request.CreateProjectRequest.Builder tags(Map<String,String> tags)
Metadata tags to apply to this project.
tags - Metadata tags to apply to this 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.