Interface OrganizationS3LogsConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationS3LogsConfiguration.Builder,OrganizationS3LogsConfiguration>,SdkBuilder<OrganizationS3LogsConfiguration.Builder,OrganizationS3LogsConfiguration>,SdkPojo
- Enclosing class:
- OrganizationS3LogsConfiguration
public static interface OrganizationS3LogsConfiguration.Builder extends SdkPojo, CopyableBuilder<OrganizationS3LogsConfiguration.Builder,OrganizationS3LogsConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrganizationS3LogsConfiguration.BuilderautoEnable(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.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
-
autoEnable
OrganizationS3LogsConfiguration.Builder autoEnable(Boolean autoEnable)
A 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.
-
-