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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateProjectRequest.Buildername(String name)The name of the project to be updated.UpdateProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProjectRequest.BuilderroleArn(String roleArn)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.UpdateProjectRequest.Buildersample(Sample sample)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sample
UpdateProjectRequest.Builder sample(Sample 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
default UpdateProjectRequest.Builder sample(Consumer<Sample.Builder> 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:
sample(Sample)
-
roleArn
UpdateProjectRequest.Builder roleArn(String 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
UpdateProjectRequest.Builder name(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-