Interface GetSolFunctionPackageMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GetSolFunctionPackageMetadata.Builder,
,GetSolFunctionPackageMetadata> SdkBuilder<GetSolFunctionPackageMetadata.Builder,
,GetSolFunctionPackageMetadata> SdkPojo
- Enclosing class:
GetSolFunctionPackageMetadata
@Mutable
@NotThreadSafe
public static interface GetSolFunctionPackageMetadata.Builder
extends SdkPojo, CopyableBuilder<GetSolFunctionPackageMetadata.Builder,GetSolFunctionPackageMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe date that the resource was created.lastModified
(Instant lastModified) The date that the resource was last modified.Metadata related to the function package descriptor of the function package.vnfd
(FunctionArtifactMeta vnfd) Metadata related to the function package descriptor of the function package.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
createdAt
The date that the resource was created.
- Parameters:
createdAt
- The date that the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
The date that the resource was last modified.
- Parameters:
lastModified
- The date that the resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vnfd
Metadata related to the function package descriptor of the function package.
- Parameters:
vnfd
- Metadata related to the function package descriptor of the function package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaFunctionArtifactMeta.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovnfd(FunctionArtifactMeta)
.- Parameters:
vnfd
- a consumer that will call methods onFunctionArtifactMeta.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-