Interface S3Logs.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3Logs.Builder,S3Logs>,SdkBuilder<S3Logs.Builder,S3Logs>,SdkPojo
- Enclosing class:
- S3Logs
public static interface S3Logs.Builder extends SdkPojo, CopyableBuilder<S3Logs.Builder,S3Logs>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3Logs.Builders3BucketName(String s3BucketName)The S3 bucket in which to store the logs.S3Logs.Builders3KeyPrefix(String s3KeyPrefix)The Amazon S3 path to the bucket where the logs are stored.-
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
-
s3BucketName
S3Logs.Builder s3BucketName(String s3BucketName)
The S3 bucket in which to store the logs.
- Parameters:
s3BucketName- The S3 bucket in which to store the logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyPrefix
S3Logs.Builder s3KeyPrefix(String s3KeyPrefix)
The Amazon S3 path to the bucket where the logs are stored.
- Parameters:
s3KeyPrefix- The Amazon S3 path to the bucket where the logs are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-