Uses of Interface
software.amazon.awssdk.services.tnb.model.ListSolFunctionInstanceMetadata.Builder
-
Packages that use ListSolFunctionInstanceMetadata.Builder Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of ListSolFunctionInstanceMetadata.Builder in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return ListSolFunctionInstanceMetadata.Builder Modifier and Type Method Description static ListSolFunctionInstanceMetadata.BuilderListSolFunctionInstanceMetadata. builder()ListSolFunctionInstanceMetadata.BuilderListSolFunctionInstanceMetadata.Builder. createdAt(Instant createdAt)When the network function instance was created.ListSolFunctionInstanceMetadata.BuilderListSolFunctionInstanceMetadata.Builder. lastModified(Instant lastModified)When the network function instance was last modified.ListSolFunctionInstanceMetadata.BuilderListSolFunctionInstanceMetadata. toBuilder()Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type ListSolFunctionInstanceMetadata.Builder Modifier and Type Method Description static Class<? extends ListSolFunctionInstanceMetadata.Builder>ListSolFunctionInstanceMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type ListSolFunctionInstanceMetadata.Builder Modifier and Type Method Description default ListSolFunctionInstanceInfo.BuilderListSolFunctionInstanceInfo.Builder. metadata(Consumer<ListSolFunctionInstanceMetadata.Builder> metadata)Network function instance metadata.
-