Interface GetSolVnfcResourceInfoMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GetSolVnfcResourceInfoMetadata.Builder,
,GetSolVnfcResourceInfoMetadata> SdkBuilder<GetSolVnfcResourceInfoMetadata.Builder,
,GetSolVnfcResourceInfoMetadata> SdkPojo
- Enclosing class:
GetSolVnfcResourceInfoMetadata
@Mutable
@NotThreadSafe
public static interface GetSolVnfcResourceInfoMetadata.Builder
extends SdkPojo, CopyableBuilder<GetSolVnfcResourceInfoMetadata.Builder,GetSolVnfcResourceInfoMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionInformation about the cluster.Information about the helm chart.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-