@Generated(value="software.amazon.awssdk:codegen") public final class ProtectedQueryS3OutputConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProtectedQueryS3OutputConfiguration.Builder,ProtectedQueryS3OutputConfiguration>
Contains the configuration to write the query results to S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProtectedQueryS3OutputConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The S3 bucket to unload the protected query results.
|
static ProtectedQueryS3OutputConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyPrefix()
The S3 prefix to unload the protected query results.
|
ResultFormat |
resultFormat()
Intended file format of the result.
|
String |
resultFormatAsString()
Intended file format of the result.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProtectedQueryS3OutputConfiguration.Builder> |
serializableBuilderClass() |
ProtectedQueryS3OutputConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResultFormat resultFormat()
Intended file format of the result.
If the service returns an enum value that is not available in the current SDK version, resultFormat will
return ResultFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resultFormatAsString().
ResultFormatpublic final String resultFormatAsString()
Intended file format of the result.
If the service returns an enum value that is not available in the current SDK version, resultFormat will
return ResultFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resultFormatAsString().
ResultFormatpublic final String bucket()
The S3 bucket to unload the protected query results.
public final String keyPrefix()
The S3 prefix to unload the protected query results.
public ProtectedQueryS3OutputConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProtectedQueryS3OutputConfiguration.Builder,ProtectedQueryS3OutputConfiguration>public static ProtectedQueryS3OutputConfiguration.Builder builder()
public static Class<? extends ProtectedQueryS3OutputConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.