Interface OrganizationS3LogsConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OrganizationS3LogsConfiguration.Builder,,- OrganizationS3LogsConfiguration> - SdkBuilder<OrganizationS3LogsConfiguration.Builder,,- OrganizationS3LogsConfiguration> - SdkPojo
- Enclosing class:
- OrganizationS3LogsConfiguration
@Mutable
@NotThreadSafe
public static interface OrganizationS3LogsConfiguration.Builder
extends SdkPojo, CopyableBuilder<OrganizationS3LogsConfiguration.Builder,OrganizationS3LogsConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionautoEnable(Boolean autoEnable) A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.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- 
autoEnableA value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization. - Parameters:
- autoEnable- A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-