Uses of Interface
software.amazon.awssdk.services.tnb.model.GetSolFunctionPackageMetadata.Builder
-
Packages that use GetSolFunctionPackageMetadata.Builder Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of GetSolFunctionPackageMetadata.Builder in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return GetSolFunctionPackageMetadata.Builder Modifier and Type Method Description static GetSolFunctionPackageMetadata.BuilderGetSolFunctionPackageMetadata. builder()GetSolFunctionPackageMetadata.BuilderGetSolFunctionPackageMetadata.Builder. createdAt(Instant createdAt)The date that the resource was created.GetSolFunctionPackageMetadata.BuilderGetSolFunctionPackageMetadata.Builder. lastModified(Instant lastModified)The date that the resource was last modified.GetSolFunctionPackageMetadata.BuilderGetSolFunctionPackageMetadata. toBuilder()default GetSolFunctionPackageMetadata.BuilderGetSolFunctionPackageMetadata.Builder. vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)Metadata related to the function package descriptor of the function package.GetSolFunctionPackageMetadata.BuilderGetSolFunctionPackageMetadata.Builder. vnfd(FunctionArtifactMeta vnfd)Metadata related to the function package descriptor of the function package.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type GetSolFunctionPackageMetadata.Builder Modifier and Type Method Description static Class<? extends GetSolFunctionPackageMetadata.Builder>GetSolFunctionPackageMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type GetSolFunctionPackageMetadata.Builder Modifier and Type Method Description default GetSolFunctionPackageResponse.BuilderGetSolFunctionPackageResponse.Builder. metadata(Consumer<GetSolFunctionPackageMetadata.Builder> metadata)Sets the value of the Metadata property for this object.
-