Class ProtectedQueryS3OutputConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryS3OutputConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProtectedQueryS3OutputConfiguration.Builder,ProtectedQueryS3OutputConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProtectedQueryS3OutputConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The S3 bucket to unload the protected query results.static ProtectedQueryS3OutputConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyPrefix()The S3 prefix to unload the protected query results.ResultFormatresultFormat()Intended file format of the result.StringresultFormatAsString()Intended file format of the result.List<SdkField<?>>sdkFields()static Class<? extends ProtectedQueryS3OutputConfiguration.Builder>serializableBuilderClass()ProtectedQueryS3OutputConfiguration.BuildertoBuilder()StringtoString()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
-
resultFormat
public 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,
resultFormatwill returnResultFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresultFormatAsString().- Returns:
- Intended file format of the result.
- See Also:
ResultFormat
-
resultFormatAsString
public 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,
resultFormatwill returnResultFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresultFormatAsString().- Returns:
- Intended file format of the result.
- See Also:
ResultFormat
-
bucket
public final String bucket()
The S3 bucket to unload the protected query results.
- Returns:
- The S3 bucket to unload the protected query results.
-
keyPrefix
public final String keyPrefix()
The S3 prefix to unload the protected query results.
- Returns:
- The S3 prefix to unload the protected query results.
-
toBuilder
public ProtectedQueryS3OutputConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProtectedQueryS3OutputConfiguration.Builder,ProtectedQueryS3OutputConfiguration>
-
builder
public static ProtectedQueryS3OutputConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProtectedQueryS3OutputConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-