public static interface SelectParameters.Builder extends SdkPojo, CopyableBuilder<SelectParameters.Builder,SelectParameters>
| Modifier and Type | Method and Description |
|---|---|
SelectParameters.Builder |
expression(String expression)
The expression that is used to select the object.
|
SelectParameters.Builder |
expressionType(ExpressionType expressionType)
The type of the provided expression, for example
SQL. |
SelectParameters.Builder |
expressionType(String expressionType)
The type of the provided expression, for example
SQL. |
default SelectParameters.Builder |
inputSerialization(Consumer<InputSerialization.Builder> inputSerialization)
Describes the serialization format of the object.
|
SelectParameters.Builder |
inputSerialization(InputSerialization inputSerialization)
Describes the serialization format of the object.
|
default SelectParameters.Builder |
outputSerialization(Consumer<OutputSerialization.Builder> outputSerialization)
Describes how the results of the select job are serialized.
|
SelectParameters.Builder |
outputSerialization(OutputSerialization outputSerialization)
Describes how the results of the select job are serialized.
|
copyapplyMutation, buildSelectParameters.Builder inputSerialization(InputSerialization inputSerialization)
Describes the serialization format of the object.
inputSerialization - Describes the serialization format of the object.default SelectParameters.Builder inputSerialization(Consumer<InputSerialization.Builder> inputSerialization)
Describes the serialization format of the object.
This is a convenience that creates an instance of theInputSerialization.Builder avoiding the need to
create one manually via InputSerialization.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputSerialization(InputSerialization).inputSerialization - a consumer that will call methods on InputSerialization.BuilderinputSerialization(InputSerialization)SelectParameters.Builder expressionType(String expressionType)
The type of the provided expression, for example SQL.
expressionType - The type of the provided expression, for example SQL.ExpressionType,
ExpressionTypeSelectParameters.Builder expressionType(ExpressionType expressionType)
The type of the provided expression, for example SQL.
expressionType - The type of the provided expression, for example SQL.ExpressionType,
ExpressionTypeSelectParameters.Builder expression(String expression)
The expression that is used to select the object.
expression - The expression that is used to select the object.SelectParameters.Builder outputSerialization(OutputSerialization outputSerialization)
Describes how the results of the select job are serialized.
outputSerialization - Describes how the results of the select job are serialized.default SelectParameters.Builder outputSerialization(Consumer<OutputSerialization.Builder> outputSerialization)
Describes how the results of the select job are serialized.
This is a convenience that creates an instance of theOutputSerialization.Builder avoiding the need
to create one manually via OutputSerialization.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to outputSerialization(OutputSerialization).outputSerialization - a consumer that will call methods on OutputSerialization.BuilderoutputSerialization(OutputSerialization)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.