Interface CreateConfiguredTableRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<CreateConfiguredTableRequest.Builder,,CreateConfiguredTableRequest> SdkBuilder<CreateConfiguredTableRequest.Builder,,CreateConfiguredTableRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateConfiguredTableRequest
-
Method Summary
Modifier and TypeMethodDescriptionallowedColumns(String... allowedColumns) The columns of the underlying table that can be used by collaborations or analysis rules.allowedColumns(Collection<String> allowedColumns) The columns of the underlying table that can be used by collaborations or analysis rules.analysisMethod(String analysisMethod) The analysis method allowed for the configured tables.analysisMethod(AnalysisMethod analysisMethod) The analysis method allowed for the configured tables.description(String description) A description for the configured table.The name of the configured table.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.selectedAnalysisMethods(Collection<SelectedAnalysisMethod> selectedAnalysisMethods) The analysis methods to enable for the configured table.selectedAnalysisMethods(SelectedAnalysisMethod... selectedAnalysisMethods) The analysis methods to enable for the configured table.selectedAnalysisMethodsWithStrings(String... selectedAnalysisMethods) The analysis methods to enable for the configured table.selectedAnalysisMethodsWithStrings(Collection<String> selectedAnalysisMethods) The analysis methods to enable for the configured table.tableReference(Consumer<TableReference.Builder> tableReference) A reference to the table being configured.tableReference(TableReference tableReference) A reference to the table being configured.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
-
name
The name of the configured table.
- Parameters:
name- The name of the configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the configured table.
- Parameters:
description- A description for the configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableReference
A reference to the table being configured.
- Parameters:
tableReference- A reference to the table being configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableReference
default CreateConfiguredTableRequest.Builder tableReference(Consumer<TableReference.Builder> tableReference) A reference to the table being configured.
This is a convenience method that creates an instance of theTableReference.Builderavoiding the need to create one manually viaTableReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totableReference(TableReference).- Parameters:
tableReference- a consumer that will call methods onTableReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
allowedColumns
The columns of the underlying table that can be used by collaborations or analysis rules.
- Parameters:
allowedColumns- The columns of the underlying table that can be used by collaborations or analysis rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedColumns
The columns of the underlying table that can be used by collaborations or analysis rules.
- Parameters:
allowedColumns- The columns of the underlying table that can be used by collaborations or analysis rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisMethod
The analysis method allowed for the configured tables.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Parameters:
analysisMethod- The analysis method allowed for the configured tables.DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisMethod
The analysis method allowed for the configured tables.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Parameters:
analysisMethod- The analysis method allowed for the configured tables.DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
selectedAnalysisMethodsWithStrings
CreateConfiguredTableRequest.Builder selectedAnalysisMethodsWithStrings(Collection<String> selectedAnalysisMethods) The analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.
- Parameters:
selectedAnalysisMethods- The analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedAnalysisMethodsWithStrings
CreateConfiguredTableRequest.Builder selectedAnalysisMethodsWithStrings(String... selectedAnalysisMethods) The analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.
- Parameters:
selectedAnalysisMethods- The analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedAnalysisMethods
CreateConfiguredTableRequest.Builder selectedAnalysisMethods(Collection<SelectedAnalysisMethod> selectedAnalysisMethods) The analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.
- Parameters:
selectedAnalysisMethods- The analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedAnalysisMethods
CreateConfiguredTableRequest.Builder selectedAnalysisMethods(SelectedAnalysisMethod... selectedAnalysisMethods) The analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.
- Parameters:
selectedAnalysisMethods- The analysis methods to enable for the configured table. When configured, you must specify at least two analysis methods.- 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
CreateConfiguredTableRequest.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
CreateConfiguredTableRequest.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.
-