Class SelectParameters
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.SelectParameters
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SelectParameters.Builder,SelectParameters>
@Generated("software.amazon.awssdk:codegen") public final class SelectParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SelectParameters.Builder,SelectParameters>
Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more
Describes the parameters for Select job types.
Learn How to optimize querying your data in Amazon S3 using Amazon Athena, S3 Object Lambda, or client-side filtering.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SelectParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelectParameters.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
expression()
ExpressionType
expressionType()
The type of the provided expression (for example, SQL).String
expressionTypeAsString()
The type of the provided expression (for example, SQL).<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
InputSerialization
inputSerialization()
Describes the serialization format of the object.OutputSerialization
outputSerialization()
Describes how the results of the Select job are serialized.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends SelectParameters.Builder>
serializableBuilderClass()
SelectParameters.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inputSerialization
public final InputSerialization inputSerialization()
Describes the serialization format of the object.
- Returns:
- Describes the serialization format of the object.
-
expressionType
public final ExpressionType expressionType()
The type of the provided expression (for example, SQL).
If the service returns an enum value that is not available in the current SDK version,
expressionType
will returnExpressionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromexpressionTypeAsString()
.- Returns:
- The type of the provided expression (for example, SQL).
- See Also:
ExpressionType
-
expressionTypeAsString
public final String expressionTypeAsString()
The type of the provided expression (for example, SQL).
If the service returns an enum value that is not available in the current SDK version,
expressionType
will returnExpressionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromexpressionTypeAsString()
.- Returns:
- The type of the provided expression (for example, SQL).
- See Also:
ExpressionType
-
expression
public final String expression()
Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more
The expression that is used to query the object.
- Returns:
Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more
The expression that is used to query the object.
-
outputSerialization
public final OutputSerialization outputSerialization()
Describes how the results of the Select job are serialized.
- Returns:
- Describes how the results of the Select job are serialized.
-
toBuilder
public SelectParameters.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SelectParameters.Builder,SelectParameters>
-
builder
public static SelectParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends SelectParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-