Interface CreateIntermediateTableRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<CreateIntermediateTableRequest.Builder,,CreateIntermediateTableRequest> SdkBuilder<CreateIntermediateTableRequest.Builder,,CreateIntermediateTableRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateIntermediateTableRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the intermediate table.The Amazon Resource Name (ARN) of the customer-managed KMS key used to encrypt the intermediate table data.membershipIdentifier(String membershipIdentifier) The unique identifier of the membership where the intermediate table is created.The display name for the intermediate table.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.populationAnalysisConfiguration(Consumer<PopulationAnalysisConfiguration.Builder> populationAnalysisConfiguration) The configuration that defines the analysis used to populate the intermediate table.populationAnalysisConfiguration(PopulationAnalysisConfiguration populationAnalysisConfiguration) The configuration that defines the analysis used to populate the intermediate table.retentionInDays(Integer retentionInDays) The number of days to retain populated data versions.An optional label that you can assign to a resource when you create it.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
-
membershipIdentifier
The unique identifier of the membership where the intermediate table is created.
- Parameters:
membershipIdentifier- The unique identifier of the membership where the intermediate table is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The display name for the intermediate table.
- Parameters:
name- The display name for the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the intermediate table.
- Parameters:
description- A description of the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
populationAnalysisConfiguration
CreateIntermediateTableRequest.Builder populationAnalysisConfiguration(PopulationAnalysisConfiguration populationAnalysisConfiguration) The configuration that defines the analysis used to populate the intermediate table. This configuration contains the SQL query or analysis template reference.
- Parameters:
populationAnalysisConfiguration- The configuration that defines the analysis used to populate the intermediate table. This configuration contains the SQL query or analysis template reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
populationAnalysisConfiguration
default CreateIntermediateTableRequest.Builder populationAnalysisConfiguration(Consumer<PopulationAnalysisConfiguration.Builder> populationAnalysisConfiguration) The configuration that defines the analysis used to populate the intermediate table. This configuration contains the SQL query or analysis template reference.
This is a convenience method that creates an instance of thePopulationAnalysisConfiguration.Builderavoiding the need to create one manually viaPopulationAnalysisConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topopulationAnalysisConfiguration(PopulationAnalysisConfiguration).- Parameters:
populationAnalysisConfiguration- a consumer that will call methods onPopulationAnalysisConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyArn
The Amazon Resource Name (ARN) of the customer-managed KMS key used to encrypt the intermediate table data.
- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the customer-managed KMS key used to encrypt the intermediate table data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retentionInDays
The number of days to retain populated data versions. Minimum value of 1, maximum value of 365.
- Parameters:
retentionInDays- The number of days to retain populated data versions. Minimum value of 1, maximum value of 365.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Parameters:
tags- An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateIntermediateTableRequest.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
CreateIntermediateTableRequest.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.
-