Interface AwsS3BucketLoggingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsS3BucketLoggingConfiguration.Builder,AwsS3BucketLoggingConfiguration>,SdkBuilder<AwsS3BucketLoggingConfiguration.Builder,AwsS3BucketLoggingConfiguration>,SdkPojo
- Enclosing class:
- AwsS3BucketLoggingConfiguration
public static interface AwsS3BucketLoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketLoggingConfiguration.Builder,AwsS3BucketLoggingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsS3BucketLoggingConfiguration.BuilderdestinationBucketName(String destinationBucketName)The name of the S3 bucket where log files for the S3 bucket are stored.AwsS3BucketLoggingConfiguration.BuilderlogFilePrefix(String logFilePrefix)The prefix added to log files for the S3 bucket.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
destinationBucketName
AwsS3BucketLoggingConfiguration.Builder destinationBucketName(String destinationBucketName)
The name of the S3 bucket where log files for the S3 bucket are stored.
- Parameters:
destinationBucketName- The name of the S3 bucket where log files for the S3 bucket are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logFilePrefix
AwsS3BucketLoggingConfiguration.Builder logFilePrefix(String logFilePrefix)
The prefix added to log files for the S3 bucket.
- Parameters:
logFilePrefix- The prefix added to log files for the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-