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
Modifier and TypeMethodDescriptionWhen the network function instance was created.lastModified(Instant lastModified) When the network function instance 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
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
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.
 
 
 -