public static interface UnprocessedDataSourcesResult.Builder extends SdkPojo, CopyableBuilder<UnprocessedDataSourcesResult.Builder,UnprocessedDataSourcesResult>
| Modifier and Type | Method and Description |
|---|---|
default UnprocessedDataSourcesResult.Builder |
malwareProtection(Consumer<MalwareProtectionConfigurationResult.Builder> malwareProtection)
Sets the value of the MalwareProtection property for this object.
|
UnprocessedDataSourcesResult.Builder |
malwareProtection(MalwareProtectionConfigurationResult malwareProtection)
Sets the value of the MalwareProtection property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnprocessedDataSourcesResult.Builder malwareProtection(MalwareProtectionConfigurationResult malwareProtection)
malwareProtection - The new value for the MalwareProtection property for this object.default UnprocessedDataSourcesResult.Builder malwareProtection(Consumer<MalwareProtectionConfigurationResult.Builder> malwareProtection)
MalwareProtectionConfigurationResult.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.