Class S3Configuration
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.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>
Configuration for Amazon S3 destination where scheduled query results are delivered.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic S3Configuration.Builderbuilder()final StringThe Amazon S3 URI where query results are delivered.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringkmsKeyId()The Amazon Resource Name (ARN) of the KMS encryption key.final StringThe Amazon Web Services accountId for the bucket owning account.final StringroleArn()The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.static Class<? extends S3Configuration.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
destinationIdentifier
The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.
- Returns:
- The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.
-
roleArn
The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
- Returns:
- The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
-
ownerAccountId
The Amazon Web Services accountId for the bucket owning account.
- Returns:
- The Amazon Web Services accountId for the bucket owning account.
-
kmsKeyId
The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket.
- Returns:
- The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Configuration.Builder,S3Configuration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-