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 query the object.
|
SelectParameters.Builder |
expressionType(ExpressionType expressionType)
The type of the provided expression (e.g., SQL).
|
SelectParameters.Builder |
expressionType(String expressionType)
The type of the provided expression (e.g., 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 (e.g., SQL).
expressionType - The type of the provided expression (e.g., SQL).ExpressionType,
ExpressionTypeSelectParameters.Builder expressionType(ExpressionType expressionType)
The type of the provided expression (e.g., SQL).
expressionType - The type of the provided expression (e.g., SQL).ExpressionType,
ExpressionTypeSelectParameters.Builder expression(String expression)
The expression that is used to query the object.
expression - The expression that is used to query 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.