Interface ListSolFunctionInstanceMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListSolFunctionInstanceMetadata.Builder,ListSolFunctionInstanceMetadata>,SdkBuilder<ListSolFunctionInstanceMetadata.Builder,ListSolFunctionInstanceMetadata>,SdkPojo
- Enclosing class:
- ListSolFunctionInstanceMetadata
public static interface ListSolFunctionInstanceMetadata.Builder extends SdkPojo, CopyableBuilder<ListSolFunctionInstanceMetadata.Builder,ListSolFunctionInstanceMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSolFunctionInstanceMetadata.BuildercreatedAt(Instant createdAt)When the network function instance was created.ListSolFunctionInstanceMetadata.BuilderlastModified(Instant lastModified)When the network function instance 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
ListSolFunctionInstanceMetadata.Builder createdAt(Instant createdAt)
When the network function instance was created.
- Parameters:
createdAt- When the network function instance was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
ListSolFunctionInstanceMetadata.Builder lastModified(Instant lastModified)
When the network function instance was last modified.
- Parameters:
lastModified- When the network function instance was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-