Interface GetSolVnfcResourceInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GetSolVnfcResourceInfo.Builder,GetSolVnfcResourceInfo>,SdkBuilder<GetSolVnfcResourceInfo.Builder,GetSolVnfcResourceInfo>,SdkPojo
- Enclosing class:
- GetSolVnfcResourceInfo
public static interface GetSolVnfcResourceInfo.Builder extends SdkPojo, CopyableBuilder<GetSolVnfcResourceInfo.Builder,GetSolVnfcResourceInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetSolVnfcResourceInfo.Buildermetadata(Consumer<GetSolVnfcResourceInfoMetadata.Builder> metadata)The metadata of the network function compute.GetSolVnfcResourceInfo.Buildermetadata(GetSolVnfcResourceInfoMetadata metadata)The metadata of the network function compute.-
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, sdkFields
-
-
-
-
Method Detail
-
metadata
GetSolVnfcResourceInfo.Builder metadata(GetSolVnfcResourceInfoMetadata metadata)
The metadata of the network function compute.
- Parameters:
metadata- The metadata of the network function compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
default GetSolVnfcResourceInfo.Builder metadata(Consumer<GetSolVnfcResourceInfoMetadata.Builder> metadata)
The metadata of the network function compute.
This is a convenience method that creates an instance of theGetSolVnfcResourceInfoMetadata.Builderavoiding the need to create one manually viaGetSolVnfcResourceInfoMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadata(GetSolVnfcResourceInfoMetadata).- Parameters:
metadata- a consumer that will call methods onGetSolVnfcResourceInfoMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
metadata(GetSolVnfcResourceInfoMetadata)
-
-