Interface UpdateIntermediateTableRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<UpdateIntermediateTableRequest.Builder,,UpdateIntermediateTableRequest> SdkBuilder<UpdateIntermediateTableRequest.Builder,,UpdateIntermediateTableRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateIntermediateTableRequest
-
Method Summary
Modifier and TypeMethodDescriptioncolumns(Collection<IntermediateTableColumn> columns) The list of columns with updated type definitions.columns(Consumer<IntermediateTableColumn.Builder>... columns) The list of columns with updated type definitions.columns(IntermediateTableColumn... columns) The list of columns with updated type definitions.description(String description) A new description for the intermediate table.intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table to update.The Amazon Resource Name (ARN) of the customer-managed KMS key to use for encrypting future population data.membershipIdentifier(String membershipIdentifier) The unique identifier of the membership that contains the intermediate table.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
intermediateTableIdentifier
UpdateIntermediateTableRequest.Builder intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table to update.
- Parameters:
intermediateTableIdentifier- The unique identifier of the intermediate table to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
The unique identifier of the membership that contains the intermediate table.
- Parameters:
membershipIdentifier- The unique identifier of the membership that contains the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A new description for the intermediate table.
- Parameters:
description- A new description for the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
The Amazon Resource Name (ARN) of the customer-managed KMS key to use for encrypting future population data.
- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the customer-managed KMS key to use for encrypting future population data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columns
The list of columns with updated type definitions. Only the type of existing columns can be updated.
- Parameters:
columns- The list of columns with updated type definitions. Only the type of existing columns can be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columns
The list of columns with updated type definitions. Only the type of existing columns can be updated.
- Parameters:
columns- The list of columns with updated type definitions. Only the type of existing columns can be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columns
UpdateIntermediateTableRequest.Builder columns(Consumer<IntermediateTableColumn.Builder>... columns) The list of columns with updated type definitions. Only the type of existing columns can be updated.
This is a convenience method that creates an instance of theIntermediateTableColumn.Builderavoiding the need to create one manually viaIntermediateTableColumn.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumns(List<IntermediateTableColumn>).- Parameters:
columns- a consumer that will call methods onIntermediateTableColumn.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateIntermediateTableRequest.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
UpdateIntermediateTableRequest.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.
-