Interface EksInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EksInfo.Builder,EksInfo>,SdkBuilder<EksInfo.Builder,EksInfo>,SdkPojo
- Enclosing class:
- EksInfo
public static interface EksInfo.Builder extends SdkPojo, CopyableBuilder<EksInfo.Builder,EksInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EksInfo.Buildernamespace(String namespace)The namespaces of the Amazon EKS cluster.-
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
-
namespace
EksInfo.Builder namespace(String namespace)
The namespaces of the Amazon EKS cluster.
- Parameters:
namespace- The namespaces of the Amazon EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-