Class S3Configuration
- java.lang.Object
-
- software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Configuration.Builder,S3Configuration>
@Generated("software.amazon.awssdk:codegen") public final class S3Configuration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Configuration.Builder,S3Configuration>
Details on S3 location for error reports that result from running a query.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Configuration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()Name of the S3 bucket under which error reports will be created.static S3Configuration.Builderbuilder()S3EncryptionOptionencryptionOption()Encryption at rest options for the error reports.StringencryptionOptionAsString()Encryption at rest options for the error reports.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectKeyPrefix()Prefix for the error report key.List<SdkField<?>>sdkFields()static Class<? extends S3Configuration.Builder>serializableBuilderClass()S3Configuration.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
-
bucketName
public final String bucketName()
Name of the S3 bucket under which error reports will be created.
- Returns:
- Name of the S3 bucket under which error reports will be created.
-
objectKeyPrefix
public final String objectKeyPrefix()
Prefix for the error report key. Timestream by default adds the following prefix to the error report path.
- Returns:
- Prefix for the error report key. Timestream by default adds the following prefix to the error report path.
-
encryptionOption
public final S3EncryptionOption encryptionOption()
Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
If the service returns an enum value that is not available in the current SDK version,
encryptionOptionwill returnS3EncryptionOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionOptionAsString().- Returns:
- Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
- See Also:
S3EncryptionOption
-
encryptionOptionAsString
public final String encryptionOptionAsString()
Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
If the service returns an enum value that is not available in the current SDK version,
encryptionOptionwill returnS3EncryptionOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionOptionAsString().- Returns:
- Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
- See Also:
S3EncryptionOption
-
toBuilder
public S3Configuration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Configuration.Builder,S3Configuration>
-
builder
public static S3Configuration.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Configuration.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.
-
-