Interface S3LogConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3LogConfiguration.Builder,
,S3LogConfiguration> SdkBuilder<S3LogConfiguration.Builder,
,S3LogConfiguration> SdkPojo
- Enclosing class:
S3LogConfiguration
@Mutable
@NotThreadSafe
public static interface S3LogConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3LogConfiguration.Builder,S3LogConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket name where logs are delivered.bucketOwner
(String bucketOwner) The expected bucket owner of the target S3 bucket.folderStructure
(String folderStructure) The folder structure that defines the organizational structure for log files in S3.folderStructure
(FolderStructure folderStructure) The folder structure that defines the organizational structure for log files in S3.The S3 path prefix that determines where log files are stored.logFileFormat
(String logFileFormat) The format of the LogFile that is written to S3.logFileFormat
(LogFileFormat logFileFormat) The format of the LogFile that is written to S3.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 Details
-
bucket
The S3 bucket name where logs are delivered.
- Parameters:
bucket
- The S3 bucket name where logs are delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPrefix
The S3 path prefix that determines where log files are stored.
- Parameters:
keyPrefix
- The S3 path prefix that determines where log files are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketOwner
The expected bucket owner of the target S3 bucket. The caller must have permissions to write to the target bucket.
- Parameters:
bucketOwner
- The expected bucket owner of the target S3 bucket. The caller must have permissions to write to the target bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logFileFormat
The format of the LogFile that is written to S3.
- Parameters:
logFileFormat
- The format of the LogFile that is written to S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logFileFormat
The format of the LogFile that is written to S3.
- Parameters:
logFileFormat
- The format of the LogFile that is written to S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
folderStructure
The folder structure that defines the organizational structure for log files in S3.
- Parameters:
folderStructure
- The folder structure that defines the organizational structure for log files in S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
folderStructure
The folder structure that defines the organizational structure for log files in S3.
- Parameters:
folderStructure
- The folder structure that defines the organizational structure for log files in S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-