Interface ProtectedQuerySQLParameters.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ProtectedQuerySQLParameters.Builder,,ProtectedQuerySQLParameters> SdkBuilder<ProtectedQuerySQLParameters.Builder,,ProtectedQuerySQLParameters> SdkPojo
- Enclosing class:
 ProtectedQuerySQLParameters
public static interface ProtectedQuerySQLParameters.Builder
extends SdkPojo, CopyableBuilder<ProtectedQuerySQLParameters.Builder,ProtectedQuerySQLParameters> 
- 
Method Summary
Modifier and TypeMethodDescriptionanalysisTemplateArn(String analysisTemplateArn) The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.parameters(Map<String, String> parameters) The protected query SQL parameters.queryString(String queryString) The query string to be submitted.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 query string to be submitted.
- Parameters:
 queryString- The query string to be submitted.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
analysisTemplateArn
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
- Parameters:
 analysisTemplateArn- The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameters
The protected query SQL parameters.
- Parameters:
 parameters- The protected query SQL parameters.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -