Interface ReplicatorS3.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicatorS3.Builder,,ReplicatorS3> SdkBuilder<ReplicatorS3.Builder,,ReplicatorS3> SdkPojo
- Enclosing class:
ReplicatorS3
@Mutable
@NotThreadSafe
public static interface ReplicatorS3.Builder
extends SdkPojo, CopyableBuilder<ReplicatorS3.Builder,ReplicatorS3>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket that is the destination for log delivery.Whether log delivery to S3 is enabled.The S3 prefix that is the destination for log delivery.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
-
enabled
Whether log delivery to S3 is enabled.
- Parameters:
enabled- Whether log delivery to S3 is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucket
The S3 bucket that is the destination for log delivery.
- Parameters:
bucket- The S3 bucket that is the destination for log delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
The S3 prefix that is the destination for log delivery.
- Parameters:
prefix- The S3 prefix that is the destination for log delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-