Interface KubernetesAuditLogsConfigurationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KubernetesAuditLogsConfigurationResult.Builder,
,KubernetesAuditLogsConfigurationResult> SdkBuilder<KubernetesAuditLogsConfigurationResult.Builder,
,KubernetesAuditLogsConfigurationResult> SdkPojo
- Enclosing class:
KubernetesAuditLogsConfigurationResult
public static interface KubernetesAuditLogsConfigurationResult.Builder
extends SdkPojo, CopyableBuilder<KubernetesAuditLogsConfigurationResult.Builder,KubernetesAuditLogsConfigurationResult>
-
Method Summary
Modifier and TypeMethodDescriptionA value that describes whether Kubernetes audit logs are enabled as a data source.status
(DataSourceStatus status) A value that describes whether Kubernetes audit logs are enabled as a data source.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 Kubernetes audit logs are enabled as a data source.
- Parameters:
status
- A value that describes whether Kubernetes audit logs are enabled as a data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
A value that describes whether Kubernetes audit logs are enabled as a data source.
- Parameters:
status
- A value that describes whether Kubernetes audit logs are enabled as a data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-