Uses of Interface
software.amazon.awssdk.services.tnb.model.FunctionArtifactMeta.Builder
-
Packages that use FunctionArtifactMeta.Builder Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of FunctionArtifactMeta.Builder in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return FunctionArtifactMeta.Builder Modifier and Type Method Description static FunctionArtifactMeta.BuilderFunctionArtifactMeta. builder()FunctionArtifactMeta.BuilderFunctionArtifactMeta.Builder. overrides(Collection<ToscaOverride> overrides)Lists of function package overrides.FunctionArtifactMeta.BuilderFunctionArtifactMeta.Builder. overrides(Consumer<ToscaOverride.Builder>... overrides)Lists of function package overrides.FunctionArtifactMeta.BuilderFunctionArtifactMeta.Builder. overrides(ToscaOverride... overrides)Lists of function package overrides.FunctionArtifactMeta.BuilderFunctionArtifactMeta. toBuilder()Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type FunctionArtifactMeta.Builder Modifier and Type Method Description static Class<? extends FunctionArtifactMeta.Builder>FunctionArtifactMeta. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type FunctionArtifactMeta.Builder Modifier and Type Method Description default GetSolFunctionPackageMetadata.BuilderGetSolFunctionPackageMetadata.Builder. vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)Metadata related to the function package descriptor of the function package.default PutSolFunctionPackageContentMetadata.BuilderPutSolFunctionPackageContentMetadata.Builder. vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)Sets the value of the Vnfd property for this object.default ValidateSolFunctionPackageContentMetadata.BuilderValidateSolFunctionPackageContentMetadata.Builder. vnfd(Consumer<FunctionArtifactMeta.Builder> vnfd)Sets the value of the Vnfd property for this object.
-