Interface S3LogsConfigurationResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3LogsConfigurationResult.Builder,S3LogsConfigurationResult>,SdkBuilder<S3LogsConfigurationResult.Builder,S3LogsConfigurationResult>,SdkPojo
- Enclosing class:
- S3LogsConfigurationResult
public static interface S3LogsConfigurationResult.Builder extends SdkPojo, CopyableBuilder<S3LogsConfigurationResult.Builder,S3LogsConfigurationResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3LogsConfigurationResult.Builderstatus(String status)A value that describes whether S3 data event logs are automatically enabled for new members of the organization.S3LogsConfigurationResult.Builderstatus(DataSourceStatus status)A value that describes whether S3 data event logs are automatically enabled for new members of 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
-
status
S3LogsConfigurationResult.Builder status(String status)
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
- Parameters:
status- A value that describes whether S3 data event logs are automatically enabled for new members of the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceStatus,DataSourceStatus
-
status
S3LogsConfigurationResult.Builder status(DataSourceStatus status)
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.
- Parameters:
status- A value that describes whether S3 data event logs are automatically enabled for new members of the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceStatus,DataSourceStatus
-
-