public static interface GetSolFunctionPackageMetadata.Builder extends SdkPojo, CopyableBuilder<GetSolFunctionPackageMetadata.Builder,GetSolFunctionPackageMetadata>
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageMetadata.Builder |
createdAt(Instant createdAt)
The date that the resource was created.
|
GetSolFunctionPackageMetadata.Builder |
lastModified(Instant lastModified)
The date that the resource was last modified.
|
default GetSolFunctionPackageMetadata.Builder |
vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)
Metadata related to the function package descriptor of the function package.
|
GetSolFunctionPackageMetadata.Builder |
vnfd(FunctionArtifactMeta vnfd)
Metadata related to the function package descriptor of the function package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSolFunctionPackageMetadata.Builder createdAt(Instant createdAt)
The date that the resource was created.
createdAt - The date that the resource was created.GetSolFunctionPackageMetadata.Builder lastModified(Instant lastModified)
The date that the resource was last modified.
lastModified - The date that the resource was last modified.GetSolFunctionPackageMetadata.Builder vnfd(FunctionArtifactMeta vnfd)
Metadata related to the function package descriptor of the function package.
vnfd - Metadata related to the function package descriptor of the function package.default GetSolFunctionPackageMetadata.Builder vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)
Metadata related to the function package descriptor of the function package.
This is a convenience method that creates an instance of theFunctionArtifactMeta.Builder avoiding
the need to create one manually via FunctionArtifactMeta.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to vnfd(FunctionArtifactMeta).
vnfd - a consumer that will call methods on FunctionArtifactMeta.Buildervnfd(FunctionArtifactMeta)Copyright © 2023. All rights reserved.