Interface ListSolNetworkOperationsMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListSolNetworkOperationsMetadata.Builder,,ListSolNetworkOperationsMetadata> SdkBuilder<ListSolNetworkOperationsMetadata.Builder,,ListSolNetworkOperationsMetadata> SdkPojo
- Enclosing class:
ListSolNetworkOperationsMetadata
public static interface ListSolNetworkOperationsMetadata.Builder
extends SdkPojo, CopyableBuilder<ListSolNetworkOperationsMetadata.Builder,ListSolNetworkOperationsMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe date that the resource was created.lastModified(Instant lastModified) The date that the resource was last modified.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, sdkFields
-
Method Details
-
createdAt
The date that the resource was created.
- Parameters:
createdAt- The date that the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
The date that the resource was last modified.
- Parameters:
lastModified- The date that the resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-