Interface UpdateProjectRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateProjectRequest.Builder,
,UpdateProjectRequest> DataBrewRequest.Builder
,SdkBuilder<UpdateProjectRequest.Builder,
,UpdateProjectRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateProjectRequest
public static interface UpdateProjectRequest.Builder
extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the project to be updated.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.Sets the value of the Sample property for this object.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.databrew.model.DataBrewRequest.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 Details
-
sample
Sets the value of the Sample property for this object.- Parameters:
sample
- The new value for the Sample property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sample
Sets the value of the Sample property for this object. This is a convenience method that creates an instance of theSample.Builder
avoiding the need to create one manually viaSample.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosample(Sample)
.- Parameters:
sample
- a consumer that will call methods onSample.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
roleArn
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the project to be updated.
- Parameters:
name
- The name of the project to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-