Interface ProtectedQuerySQLParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectedQuerySQLParameters.Builder,ProtectedQuerySQLParameters>,SdkBuilder<ProtectedQuerySQLParameters.Builder,ProtectedQuerySQLParameters>,SdkPojo
- Enclosing class:
- ProtectedQuerySQLParameters
@Mutable @NotThreadSafe public static interface ProtectedQuerySQLParameters.Builder extends SdkPojo, CopyableBuilder<ProtectedQuerySQLParameters.Builder,ProtectedQuerySQLParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectedQuerySQLParameters.BuilderanalysisTemplateArn(String analysisTemplateArn)The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.ProtectedQuerySQLParameters.Builderparameters(Map<String,String> parameters)The protected query SQL parameters.ProtectedQuerySQLParameters.BuilderqueryString(String queryString)The query string to be submitted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
queryString
ProtectedQuerySQLParameters.Builder queryString(String 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
ProtectedQuerySQLParameters.Builder analysisTemplateArn(String 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
ProtectedQuerySQLParameters.Builder parameters(Map<String,String> 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.
-
-