Interface PopulationAnalysisSqlParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PopulationAnalysisSqlParameters.Builder,,PopulationAnalysisSqlParameters> SdkBuilder<PopulationAnalysisSqlParameters.Builder,,PopulationAnalysisSqlParameters> SdkPojo
- Enclosing class:
PopulationAnalysisSqlParameters
@Mutable
@NotThreadSafe
public static interface PopulationAnalysisSqlParameters.Builder
extends SdkPojo, CopyableBuilder<PopulationAnalysisSqlParameters.Builder,PopulationAnalysisSqlParameters>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisTemplateArn(String analysisTemplateArn) The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.queryString(String queryString) The SQL query string used to populate the intermediate table.Methods 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
-
queryString
The SQL query string used to populate the intermediate table. Maximum length of 500,000 characters.
- Parameters:
queryString- The SQL query string used to populate the intermediate table. Maximum length of 500,000 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisTemplateArn
The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.
- Parameters:
analysisTemplateArn- The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-