Interface GetSolVnfcResourceInfoMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GetSolVnfcResourceInfoMetadata.Builder,GetSolVnfcResourceInfoMetadata>,SdkBuilder<GetSolVnfcResourceInfoMetadata.Builder,GetSolVnfcResourceInfoMetadata>,SdkPojo
- Enclosing class:
- GetSolVnfcResourceInfoMetadata
public static interface GetSolVnfcResourceInfoMetadata.Builder extends SdkPojo, CopyableBuilder<GetSolVnfcResourceInfoMetadata.Builder,GetSolVnfcResourceInfoMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSolVnfcResourceInfoMetadata.Buildercluster(String cluster)Information about the cluster.GetSolVnfcResourceInfoMetadata.BuilderhelmChart(String helmChart)Information about the helm chart.GetSolVnfcResourceInfoMetadata.BuildernodeGroup(String nodeGroup)Information about the node group.-
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
-
cluster
GetSolVnfcResourceInfoMetadata.Builder cluster(String cluster)
Information about the cluster.
- Parameters:
cluster- Information about the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
helmChart
GetSolVnfcResourceInfoMetadata.Builder helmChart(String helmChart)
Information about the helm chart.
- Parameters:
helmChart- Information about the helm chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeGroup
GetSolVnfcResourceInfoMetadata.Builder nodeGroup(String nodeGroup)
Information about the node group.
- Parameters:
nodeGroup- Information about the node group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-