public static interface UpdateProjectRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectRequest.Builder |
name(String name)
The name of the project to be updated.
|
UpdateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProjectRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
|
default UpdateProjectRequest.Builder |
sample(Consumer<Sample.Builder> sample)
Sets the value of the Sample property for this object.
|
UpdateProjectRequest.Builder |
sample(Sample sample)
Sets the value of the Sample property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProjectRequest.Builder sample(Sample sample)
sample - The new value for the Sample property for this object.default UpdateProjectRequest.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)UpdateProjectRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
roleArn - The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.UpdateProjectRequest.Builder name(String name)
The name of the project to be updated.
name - The name of the project to be updated.UpdateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.