Interface PopulateIntermediateTableRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<PopulateIntermediateTableRequest.Builder,,PopulateIntermediateTableRequest> SdkBuilder<PopulateIntermediateTableRequest.Builder,,PopulateIntermediateTableRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PopulateIntermediateTableRequest
@Mutable
@NotThreadSafe
public static interface PopulateIntermediateTableRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<PopulateIntermediateTableRequest.Builder,PopulateIntermediateTableRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisPayerAccountId(String analysisPayerAccountId) The account ID of the member that pays for the analysis compute costs.computeConfiguration(Consumer<IntermediateTableComputeConfiguration.Builder> computeConfiguration) The compute configuration for the population query execution.computeConfiguration(IntermediateTableComputeConfiguration computeConfiguration) The compute configuration for the population query execution.intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table to populate.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.parameters(Map<String, String> parameters) The runtime parameter values that override the defaults in the stored query.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
PopulateIntermediateTableRequest.Builder intermediateTableIdentifier(String intermediateTableIdentifier) The unique identifier of the intermediate table to populate.
- Parameters:
intermediateTableIdentifier- The unique identifier of the intermediate table to populate.- 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.
-
parameters
The runtime parameter values that override the defaults in the stored query.
- Parameters:
parameters- The runtime parameter values that override the defaults in the stored query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeConfiguration
PopulateIntermediateTableRequest.Builder computeConfiguration(IntermediateTableComputeConfiguration computeConfiguration) The compute configuration for the population query execution.
- Parameters:
computeConfiguration- The compute configuration for the population query execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeConfiguration
default PopulateIntermediateTableRequest.Builder computeConfiguration(Consumer<IntermediateTableComputeConfiguration.Builder> computeConfiguration) The compute configuration for the population query execution.
This is a convenience method that creates an instance of theIntermediateTableComputeConfiguration.Builderavoiding the need to create one manually viaIntermediateTableComputeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomputeConfiguration(IntermediateTableComputeConfiguration).- Parameters:
computeConfiguration- a consumer that will call methods onIntermediateTableComputeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisPayerAccountId
The account ID of the member that pays for the analysis compute costs.
- Parameters:
analysisPayerAccountId- The account ID of the member that pays for the analysis compute costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PopulateIntermediateTableRequest.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
PopulateIntermediateTableRequest.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.
-