Interface ListSolNetworkPackageMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListSolNetworkPackageMetadata.Builder,ListSolNetworkPackageMetadata>,SdkBuilder<ListSolNetworkPackageMetadata.Builder,ListSolNetworkPackageMetadata>,SdkPojo
- Enclosing class:
- ListSolNetworkPackageMetadata
public static interface ListSolNetworkPackageMetadata.Builder extends SdkPojo, CopyableBuilder<ListSolNetworkPackageMetadata.Builder,ListSolNetworkPackageMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSolNetworkPackageMetadata.BuildercreatedAt(Instant createdAt)The date that the resource was created.ListSolNetworkPackageMetadata.BuilderlastModified(Instant lastModified)The date that the resource was last modified.-
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
-
createdAt
ListSolNetworkPackageMetadata.Builder createdAt(Instant 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
ListSolNetworkPackageMetadata.Builder lastModified(Instant 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.
-
-