@Generated(value="software.amazon.awssdk:codegen") public final class ProtectedQueryOutputConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProtectedQueryOutputConfiguration.Builder,ProtectedQueryOutputConfiguration>
Contains configuration details for protected query output.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProtectedQueryOutputConfiguration.Builder |
static class |
ProtectedQueryOutputConfiguration.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ProtectedQueryS3OutputConfiguration s3()
Required configuration for a protected query with an `S3` output type.
public ProtectedQueryOutputConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProtectedQueryOutputConfiguration.Builder,ProtectedQueryOutputConfiguration>public static ProtectedQueryOutputConfiguration.Builder builder()
public static Class<? extends ProtectedQueryOutputConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static ProtectedQueryOutputConfiguration fromS3(ProtectedQueryS3OutputConfiguration s3)
s3() initialized to the given value.
Required configuration for a protected query with an `S3` output type.
s3 - Required configuration for a protected query with an `S3` output type.public static ProtectedQueryOutputConfiguration fromS3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
s3() initialized to the given value.
Required configuration for a protected query with an `S3` output type.
s3 - Required configuration for a protected query with an `S3` output type.public ProtectedQueryOutputConfiguration.Type type()
ProtectedQueryOutputConfiguration.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be ProtectedQueryOutputConfiguration.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.