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
Modifier and TypeMethodDescriptionA value that describes whether S3 data event logs are automatically enabled for new members of the organization.status
(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 Details
-
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:
-
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:
-