Interface OrganizationKubernetesConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OrganizationKubernetesConfiguration.Builder,
,OrganizationKubernetesConfiguration> SdkBuilder<OrganizationKubernetesConfiguration.Builder,
,OrganizationKubernetesConfiguration> SdkPojo
- Enclosing class:
OrganizationKubernetesConfiguration
public static interface OrganizationKubernetesConfiguration.Builder
extends SdkPojo, CopyableBuilder<OrganizationKubernetesConfiguration.Builder,OrganizationKubernetesConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionWhether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.Whether Kubernetes audit logs data source should be auto-enabled for new members joining 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
-
auditLogs
OrganizationKubernetesConfiguration.Builder auditLogs(OrganizationKubernetesAuditLogsConfiguration auditLogs) Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
- Parameters:
auditLogs
- Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditLogs
default OrganizationKubernetesConfiguration.Builder auditLogs(Consumer<OrganizationKubernetesAuditLogsConfiguration.Builder> auditLogs) Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
This is a convenience method that creates an instance of theOrganizationKubernetesAuditLogsConfiguration.Builder
avoiding the need to create one manually viaOrganizationKubernetesAuditLogsConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauditLogs(OrganizationKubernetesAuditLogsConfiguration)
.- Parameters:
auditLogs
- a consumer that will call methods onOrganizationKubernetesAuditLogsConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-