Interface DataAutomationLibraryItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataAutomationLibraryItem.Builder,,DataAutomationLibraryItem> SdkBuilder<DataAutomationLibraryItem.Builder,,DataAutomationLibraryItem> SdkPojo
- Enclosing class:
DataAutomationLibraryItem
@Mutable
@NotThreadSafe
public static interface DataAutomationLibraryItem.Builder
extends SdkPojo, CopyableBuilder<DataAutomationLibraryItem.Builder,DataAutomationLibraryItem>
-
Method Summary
Modifier and TypeMethodDescriptionlibraryArn(String libraryArn) Sets the value of the LibraryArn 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
-
libraryArn
Sets the value of the LibraryArn property for this object.- Parameters:
libraryArn- The new value for the LibraryArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-