@Generated(value="software.amazon.awssdk:codegen") public final class MembershipProtectedQueryOutputConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration>
Contains configurations for protected query results.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MembershipProtectedQueryOutputConfiguration.Builder |
static class |
MembershipProtectedQueryOutputConfiguration.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ProtectedQueryS3OutputConfiguration s3()
public MembershipProtectedQueryOutputConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration>public static MembershipProtectedQueryOutputConfiguration.Builder builder()
public static Class<? extends MembershipProtectedQueryOutputConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static MembershipProtectedQueryOutputConfiguration fromS3(ProtectedQueryS3OutputConfiguration s3)
s3() initialized to the given value.
Sets the value of the S3 property for this object.s3 - The new value for the S3 property for this object.public static MembershipProtectedQueryOutputConfiguration fromS3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
s3() initialized to the given value.
Sets the value of the S3 property for this object.s3 - The new value for the S3 property for this object.public MembershipProtectedQueryOutputConfiguration.Type type()
MembershipProtectedQueryOutputConfiguration.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 MembershipProtectedQueryOutputConfiguration.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.