public static interface PutSolFunctionPackageContentMetadata.Builder extends SdkPojo, CopyableBuilder<PutSolFunctionPackageContentMetadata.Builder,PutSolFunctionPackageContentMetadata>
| Modifier and Type | Method and Description |
|---|---|
default PutSolFunctionPackageContentMetadata.Builder |
vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)
Sets the value of the Vnfd property for this object.
|
PutSolFunctionPackageContentMetadata.Builder |
vnfd(FunctionArtifactMeta vnfd)
Sets the value of the Vnfd property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPutSolFunctionPackageContentMetadata.Builder vnfd(FunctionArtifactMeta vnfd)
vnfd - The new value for the Vnfd property for this object.default PutSolFunctionPackageContentMetadata.Builder vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)
FunctionArtifactMeta.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.