Interface DataAutomationLibraryConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataAutomationLibraryConfiguration.Builder,,DataAutomationLibraryConfiguration> SdkBuilder<DataAutomationLibraryConfiguration.Builder,,DataAutomationLibraryConfiguration> SdkPojo
- Enclosing class:
DataAutomationLibraryConfiguration
@Mutable
@NotThreadSafe
public static interface DataAutomationLibraryConfiguration.Builder
extends SdkPojo, CopyableBuilder<DataAutomationLibraryConfiguration.Builder,DataAutomationLibraryConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlibraries(Collection<DataAutomationLibraryItem> libraries) Sets the value of the Libraries property for this object.libraries(Consumer<DataAutomationLibraryItem.Builder>... libraries) Sets the value of the Libraries property for this object.libraries(DataAutomationLibraryItem... libraries) Sets the value of the Libraries property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
libraries
DataAutomationLibraryConfiguration.Builder libraries(Collection<DataAutomationLibraryItem> libraries) Sets the value of the Libraries property for this object.- Parameters:
libraries- The new value for the Libraries property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
libraries
Sets the value of the Libraries property for this object.- Parameters:
libraries- The new value for the Libraries property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
libraries
DataAutomationLibraryConfiguration.Builder libraries(Consumer<DataAutomationLibraryItem.Builder>... libraries) Sets the value of the Libraries property for this object. This is a convenience method that creates an instance of theDataAutomationLibraryItem.Builderavoiding the need to create one manually viaDataAutomationLibraryItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolibraries(List<DataAutomationLibraryItem>).- Parameters:
libraries- a consumer that will call methods onDataAutomationLibraryItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-