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