Interface UnprocessedDataSourcesResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedDataSourcesResult.Builder,UnprocessedDataSourcesResult>,SdkBuilder<UnprocessedDataSourcesResult.Builder,UnprocessedDataSourcesResult>,SdkPojo
- Enclosing class:
- UnprocessedDataSourcesResult
public static interface UnprocessedDataSourcesResult.Builder extends SdkPojo, CopyableBuilder<UnprocessedDataSourcesResult.Builder,UnprocessedDataSourcesResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UnprocessedDataSourcesResult.BuildermalwareProtection(Consumer<MalwareProtectionConfigurationResult.Builder> malwareProtection)Sets the value of the MalwareProtection property for this object.UnprocessedDataSourcesResult.BuildermalwareProtection(MalwareProtectionConfigurationResult malwareProtection)Sets the value of the MalwareProtection property for this object.-
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
-
malwareProtection
UnprocessedDataSourcesResult.Builder malwareProtection(MalwareProtectionConfigurationResult malwareProtection)
Sets the value of the MalwareProtection property for this object.- Parameters:
malwareProtection- The new value for the MalwareProtection property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
malwareProtection
default UnprocessedDataSourcesResult.Builder malwareProtection(Consumer<MalwareProtectionConfigurationResult.Builder> malwareProtection)
Sets the value of the MalwareProtection property for this object. This is a convenience method that creates an instance of theMalwareProtectionConfigurationResult.Builderavoiding the need to create one manually viaMalwareProtectionConfigurationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomalwareProtection(MalwareProtectionConfigurationResult).- Parameters:
malwareProtection- a consumer that will call methods onMalwareProtectionConfigurationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
malwareProtection(MalwareProtectionConfigurationResult)
-
-