Interface S3LogDeliveryDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3LogDeliveryDescription.Builder,S3LogDeliveryDescription>,SdkBuilder<S3LogDeliveryDescription.Builder,S3LogDeliveryDescription>,SdkPojo
- Enclosing class:
- S3LogDeliveryDescription
public static interface S3LogDeliveryDescription.Builder extends SdkPojo, CopyableBuilder<S3LogDeliveryDescription.Builder,S3LogDeliveryDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3LogDeliveryDescription.Builderbucket(String bucket)The name of the S3 bucket that is the destination for log delivery.S3LogDeliveryDescription.Builderenabled(Boolean enabled)Specifies whether connector logs get sent to the specified Amazon S3 destination.S3LogDeliveryDescription.Builderprefix(String prefix)The S3 prefix that is the destination for log delivery.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucket
S3LogDeliveryDescription.Builder bucket(String bucket)
The name of the S3 bucket that is the destination for log delivery.
- Parameters:
bucket- The name of 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.
-
enabled
S3LogDeliveryDescription.Builder enabled(Boolean enabled)
Specifies whether connector logs get sent to the specified Amazon S3 destination.
- Parameters:
enabled- Specifies whether connector logs get sent to the specified Amazon S3 destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
S3LogDeliveryDescription.Builder prefix(String 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.
-
-