Interface DeadLetterQueueS3Configuration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeadLetterQueueS3Configuration.Builder,,DeadLetterQueueS3Configuration> SdkBuilder<DeadLetterQueueS3Configuration.Builder,,DeadLetterQueueS3Configuration> SdkPojo
- Enclosing class:
DeadLetterQueueS3Configuration
@Mutable
@NotThreadSafe
public static interface DeadLetterQueueS3Configuration.Builder
extends SdkPojo, CopyableBuilder<DeadLetterQueueS3Configuration.Builder,DeadLetterQueueS3Configuration>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.errorOutputPrefix(String errorOutputPrefix) The Amazon S3 key prefix for error records.expectedBucketOwner(String expectedBucketOwner) The Amazon Web Services account ID of the expected owner of the dead-letter queue 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
-
bucketARN
The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.
- Parameters:
bucketARN- The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedBucketOwner
The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.
- Parameters:
expectedBucketOwner- The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorOutputPrefix
The Amazon S3 key prefix for error records.
- Parameters:
errorOutputPrefix- The Amazon S3 key prefix for error records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-