public static interface DataSourceConfigurationsResult.Builder extends SdkPojo, CopyableBuilder<DataSourceConfigurationsResult.Builder,DataSourceConfigurationsResult>
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfigurationsResult.Builder |
cloudTrail(CloudTrailConfigurationResult cloudTrail)
An object that contains information on the status of CloudTrail as a data source.
|
default DataSourceConfigurationsResult.Builder |
cloudTrail(Consumer<CloudTrailConfigurationResult.Builder> cloudTrail)
An object that contains information on the status of CloudTrail as a data source.
|
default DataSourceConfigurationsResult.Builder |
dnsLogs(Consumer<DNSLogsConfigurationResult.Builder> dnsLogs)
An object that contains information on the status of DNS logs as a data source.
|
DataSourceConfigurationsResult.Builder |
dnsLogs(DNSLogsConfigurationResult dnsLogs)
An object that contains information on the status of DNS logs as a data source.
|
default DataSourceConfigurationsResult.Builder |
flowLogs(Consumer<FlowLogsConfigurationResult.Builder> flowLogs)
An object that contains information on the status of VPC flow logs as a data source.
|
DataSourceConfigurationsResult.Builder |
flowLogs(FlowLogsConfigurationResult flowLogs)
An object that contains information on the status of VPC flow logs as a data source.
|
default DataSourceConfigurationsResult.Builder |
kubernetes(Consumer<KubernetesConfigurationResult.Builder> kubernetes)
An object that contains information on the status of all Kubernetes data sources.
|
DataSourceConfigurationsResult.Builder |
kubernetes(KubernetesConfigurationResult kubernetes)
An object that contains information on the status of all Kubernetes data sources.
|
default DataSourceConfigurationsResult.Builder |
malwareProtection(Consumer<MalwareProtectionConfigurationResult.Builder> malwareProtection)
Describes the configuration of Malware Protection data sources.
|
DataSourceConfigurationsResult.Builder |
malwareProtection(MalwareProtectionConfigurationResult malwareProtection)
Describes the configuration of Malware Protection data sources.
|
default DataSourceConfigurationsResult.Builder |
s3Logs(Consumer<S3LogsConfigurationResult.Builder> s3Logs)
An object that contains information on the status of S3 Data event logs as a data source.
|
DataSourceConfigurationsResult.Builder |
s3Logs(S3LogsConfigurationResult s3Logs)
An object that contains information on the status of S3 Data event logs as a data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceConfigurationsResult.Builder cloudTrail(CloudTrailConfigurationResult cloudTrail)
An object that contains information on the status of CloudTrail as a data source.
cloudTrail - An object that contains information on the status of CloudTrail as a data source.default DataSourceConfigurationsResult.Builder cloudTrail(Consumer<CloudTrailConfigurationResult.Builder> cloudTrail)
An object that contains information on the status of CloudTrail as a data source.
This is a convenience method that creates an instance of theCloudTrailConfigurationResult.Builder
avoiding the need to create one manually via CloudTrailConfigurationResult.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cloudTrail(CloudTrailConfigurationResult).
cloudTrail - a consumer that will call methods on CloudTrailConfigurationResult.BuildercloudTrail(CloudTrailConfigurationResult)DataSourceConfigurationsResult.Builder dnsLogs(DNSLogsConfigurationResult dnsLogs)
An object that contains information on the status of DNS logs as a data source.
dnsLogs - An object that contains information on the status of DNS logs as a data source.default DataSourceConfigurationsResult.Builder dnsLogs(Consumer<DNSLogsConfigurationResult.Builder> dnsLogs)
An object that contains information on the status of DNS logs as a data source.
This is a convenience method that creates an instance of theDNSLogsConfigurationResult.Builder
avoiding the need to create one manually via DNSLogsConfigurationResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dnsLogs(DNSLogsConfigurationResult).
dnsLogs - a consumer that will call methods on DNSLogsConfigurationResult.BuilderdnsLogs(DNSLogsConfigurationResult)DataSourceConfigurationsResult.Builder flowLogs(FlowLogsConfigurationResult flowLogs)
An object that contains information on the status of VPC flow logs as a data source.
flowLogs - An object that contains information on the status of VPC flow logs as a data source.default DataSourceConfigurationsResult.Builder flowLogs(Consumer<FlowLogsConfigurationResult.Builder> flowLogs)
An object that contains information on the status of VPC flow logs as a data source.
This is a convenience method that creates an instance of theFlowLogsConfigurationResult.Builder
avoiding the need to create one manually via FlowLogsConfigurationResult.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to flowLogs(FlowLogsConfigurationResult).
flowLogs - a consumer that will call methods on FlowLogsConfigurationResult.BuilderflowLogs(FlowLogsConfigurationResult)DataSourceConfigurationsResult.Builder s3Logs(S3LogsConfigurationResult s3Logs)
An object that contains information on the status of S3 Data event logs as a data source.
s3Logs - An object that contains information on the status of S3 Data event logs as a data source.default DataSourceConfigurationsResult.Builder s3Logs(Consumer<S3LogsConfigurationResult.Builder> s3Logs)
An object that contains information on the status of S3 Data event logs as a data source.
This is a convenience method that creates an instance of theS3LogsConfigurationResult.Builder
avoiding the need to create one manually via S3LogsConfigurationResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3Logs(S3LogsConfigurationResult).
s3Logs - a consumer that will call methods on S3LogsConfigurationResult.Builders3Logs(S3LogsConfigurationResult)DataSourceConfigurationsResult.Builder kubernetes(KubernetesConfigurationResult kubernetes)
An object that contains information on the status of all Kubernetes data sources.
kubernetes - An object that contains information on the status of all Kubernetes data sources.default DataSourceConfigurationsResult.Builder kubernetes(Consumer<KubernetesConfigurationResult.Builder> kubernetes)
An object that contains information on the status of all Kubernetes data sources.
This is a convenience method that creates an instance of theKubernetesConfigurationResult.Builder
avoiding the need to create one manually via KubernetesConfigurationResult.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to kubernetes(KubernetesConfigurationResult).
kubernetes - a consumer that will call methods on KubernetesConfigurationResult.Builderkubernetes(KubernetesConfigurationResult)DataSourceConfigurationsResult.Builder malwareProtection(MalwareProtectionConfigurationResult malwareProtection)
Describes the configuration of Malware Protection data sources.
malwareProtection - Describes the configuration of Malware Protection data sources.default DataSourceConfigurationsResult.Builder malwareProtection(Consumer<MalwareProtectionConfigurationResult.Builder> malwareProtection)
Describes the configuration of Malware Protection data sources.
This is a convenience method that creates an instance of theMalwareProtectionConfigurationResult.Builder avoiding the need to create one manually via
MalwareProtectionConfigurationResult.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to malwareProtection(MalwareProtectionConfigurationResult).
malwareProtection - a consumer that will call methods on MalwareProtectionConfigurationResult.BuildermalwareProtection(MalwareProtectionConfigurationResult)Copyright © 2022. All rights reserved.