Interface OrganizationDataSourceConfigurationsResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationDataSourceConfigurationsResult.Builder,OrganizationDataSourceConfigurationsResult>,SdkBuilder<OrganizationDataSourceConfigurationsResult.Builder,OrganizationDataSourceConfigurationsResult>,SdkPojo
- Enclosing class:
- OrganizationDataSourceConfigurationsResult
public static interface OrganizationDataSourceConfigurationsResult.Builder extends SdkPojo, CopyableBuilder<OrganizationDataSourceConfigurationsResult.Builder,OrganizationDataSourceConfigurationsResult>
-
-
Method Summary
-
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 Detail
-
s3Logs
OrganizationDataSourceConfigurationsResult.Builder s3Logs(OrganizationS3LogsConfigurationResult s3Logs)
Describes whether S3 data event logs are enabled as a data source.
- Parameters:
s3Logs- Describes whether S3 data event logs are enabled as a data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Logs
default OrganizationDataSourceConfigurationsResult.Builder s3Logs(Consumer<OrganizationS3LogsConfigurationResult.Builder> s3Logs)
Describes whether S3 data event logs are enabled as a data source.
This is a convenience method that creates an instance of theOrganizationS3LogsConfigurationResult.Builderavoiding the need to create one manually viaOrganizationS3LogsConfigurationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Logs(OrganizationS3LogsConfigurationResult).- Parameters:
s3Logs- a consumer that will call methods onOrganizationS3LogsConfigurationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Logs(OrganizationS3LogsConfigurationResult)
-
kubernetes
OrganizationDataSourceConfigurationsResult.Builder kubernetes(OrganizationKubernetesConfigurationResult kubernetes)
Describes the configuration of Kubernetes data sources.
- Parameters:
kubernetes- Describes the configuration of Kubernetes data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kubernetes
default OrganizationDataSourceConfigurationsResult.Builder kubernetes(Consumer<OrganizationKubernetesConfigurationResult.Builder> kubernetes)
Describes the configuration of Kubernetes data sources.
This is a convenience method that creates an instance of theOrganizationKubernetesConfigurationResult.Builderavoiding the need to create one manually viaOrganizationKubernetesConfigurationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokubernetes(OrganizationKubernetesConfigurationResult).- Parameters:
kubernetes- a consumer that will call methods onOrganizationKubernetesConfigurationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
kubernetes(OrganizationKubernetesConfigurationResult)
-
malwareProtection
OrganizationDataSourceConfigurationsResult.Builder malwareProtection(OrganizationMalwareProtectionConfigurationResult malwareProtection)
Describes the configuration of Malware Protection data source for an organization.
- Parameters:
malwareProtection- Describes the configuration of Malware Protection data source for an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
malwareProtection
default OrganizationDataSourceConfigurationsResult.Builder malwareProtection(Consumer<OrganizationMalwareProtectionConfigurationResult.Builder> malwareProtection)
Describes the configuration of Malware Protection data source for an organization.
This is a convenience method that creates an instance of theOrganizationMalwareProtectionConfigurationResult.Builderavoiding the need to create one manually viaOrganizationMalwareProtectionConfigurationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomalwareProtection(OrganizationMalwareProtectionConfigurationResult).- Parameters:
malwareProtection- a consumer that will call methods onOrganizationMalwareProtectionConfigurationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
malwareProtection(OrganizationMalwareProtectionConfigurationResult)
-
-