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.Buildersample(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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.Builderavoiding the need to create one manually viaSample.builder().When the
Consumercompletes,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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin 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.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.
 
 
 -