Interface S3Configuration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3Configuration.Builder,,S3Configuration> SdkBuilder<S3Configuration.Builder,,S3Configuration> SdkPojo
- Enclosing class:
S3Configuration
@Mutable
@NotThreadSafe
public static interface S3Configuration.Builder
extends SdkPojo, CopyableBuilder<S3Configuration.Builder,S3Configuration>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationIdentifier(String destinationIdentifier) The S3 URI where query results will be stored (e.g., s3://bucket-name/prefix/).The ARN of the IAM role that CloudWatch Logs will assume to write results to the S3 bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
destinationIdentifier
The S3 URI where query results will be stored (e.g., s3://bucket-name/prefix/).
- Parameters:
destinationIdentifier- The S3 URI where query results will be stored (e.g., s3://bucket-name/prefix/).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The ARN of the IAM role that CloudWatch Logs will assume to write results to the S3 bucket.
- Parameters:
roleArn- The ARN of the IAM role that CloudWatch Logs will assume to write results to the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-