public static interface OrganizationDataSourceConfigurations.Builder extends SdkPojo, CopyableBuilder<OrganizationDataSourceConfigurations.Builder,OrganizationDataSourceConfigurations>
| Modifier and Type | Method and Description |
|---|---|
default OrganizationDataSourceConfigurations.Builder |
kubernetes(Consumer<OrganizationKubernetesConfiguration.Builder> kubernetes)
Describes the configuration of Kubernetes data sources for new members of the organization.
|
OrganizationDataSourceConfigurations.Builder |
kubernetes(OrganizationKubernetesConfiguration kubernetes)
Describes the configuration of Kubernetes data sources for new members of the organization.
|
default OrganizationDataSourceConfigurations.Builder |
malwareProtection(Consumer<OrganizationMalwareProtectionConfiguration.Builder> malwareProtection)
Describes the configuration of Malware Protection for new members of the organization.
|
OrganizationDataSourceConfigurations.Builder |
malwareProtection(OrganizationMalwareProtectionConfiguration malwareProtection)
Describes the configuration of Malware Protection for new members of the organization.
|
default OrganizationDataSourceConfigurations.Builder |
s3Logs(Consumer<OrganizationS3LogsConfiguration.Builder> s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
|
OrganizationDataSourceConfigurations.Builder |
s3Logs(OrganizationS3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationDataSourceConfigurations.Builder s3Logs(OrganizationS3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
s3Logs - Describes whether S3 data event logs are enabled for new members of the organization.default OrganizationDataSourceConfigurations.Builder s3Logs(Consumer<OrganizationS3LogsConfiguration.Builder> s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
This is a convenience method that creates an instance of theOrganizationS3LogsConfiguration.Builder
avoiding the need to create one manually via OrganizationS3LogsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3Logs(OrganizationS3LogsConfiguration).
s3Logs - a consumer that will call methods on OrganizationS3LogsConfiguration.Builders3Logs(OrganizationS3LogsConfiguration)OrganizationDataSourceConfigurations.Builder kubernetes(OrganizationKubernetesConfiguration kubernetes)
Describes the configuration of Kubernetes data sources for new members of the organization.
kubernetes - Describes the configuration of Kubernetes data sources for new members of the organization.default OrganizationDataSourceConfigurations.Builder kubernetes(Consumer<OrganizationKubernetesConfiguration.Builder> kubernetes)
Describes the configuration of Kubernetes data sources for new members of the organization.
This is a convenience method that creates an instance of theOrganizationKubernetesConfiguration.Builder avoiding the need to create one manually via
OrganizationKubernetesConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to kubernetes(OrganizationKubernetesConfiguration).
kubernetes - a consumer that will call methods on OrganizationKubernetesConfiguration.Builderkubernetes(OrganizationKubernetesConfiguration)OrganizationDataSourceConfigurations.Builder malwareProtection(OrganizationMalwareProtectionConfiguration malwareProtection)
Describes the configuration of Malware Protection for new members of the organization.
malwareProtection - Describes the configuration of Malware Protection for new members of the organization.default OrganizationDataSourceConfigurations.Builder malwareProtection(Consumer<OrganizationMalwareProtectionConfiguration.Builder> malwareProtection)
Describes the configuration of Malware Protection for new members of the organization.
This is a convenience method that creates an instance of theOrganizationMalwareProtectionConfiguration.Builder avoiding the need to create one manually via
OrganizationMalwareProtectionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
malwareProtection(OrganizationMalwareProtectionConfiguration).
malwareProtection - a consumer that will call methods on OrganizationMalwareProtectionConfiguration.BuildermalwareProtection(OrganizationMalwareProtectionConfiguration)Copyright © 2023. All rights reserved.