Interface AwsS3BucketLoggingConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsS3BucketLoggingConfiguration.Builder,,- AwsS3BucketLoggingConfiguration> - SdkBuilder<AwsS3BucketLoggingConfiguration.Builder,,- AwsS3BucketLoggingConfiguration> - SdkPojo
- Enclosing class:
- AwsS3BucketLoggingConfiguration
@Mutable
@NotThreadSafe
public static interface AwsS3BucketLoggingConfiguration.Builder
extends SdkPojo, CopyableBuilder<AwsS3BucketLoggingConfiguration.Builder,AwsS3BucketLoggingConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondestinationBucketName(String destinationBucketName) The name of the S3 bucket where log files for the S3 bucket are stored.logFilePrefix(String logFilePrefix) The prefix added to log files for the S3 bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
destinationBucketNameThe 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.
 
- 
logFilePrefixThe 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.
 
 
-