Interface EksSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EksSource.Builder,,EksSource> SdkBuilder<EksSource.Builder,,EksSource> SdkPojo
- Enclosing class:
EksSource
@Mutable
@NotThreadSafe
public static interface EksSource.Builder
extends SdkPojo, CopyableBuilder<EksSource.Builder,EksSource>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn(String clusterArn) Sets the value of the ClusterArn property for this object.namespaces(String... namespaces) The list of Kubernetes namespaces within the EKS cluster.namespaces(Collection<String> namespaces) The list of Kubernetes namespaces within the EKS cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clusterArn
Sets the value of the ClusterArn property for this object.- Parameters:
clusterArn- The new value for the ClusterArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
The list of Kubernetes namespaces within the EKS cluster.
- Parameters:
namespaces- The list of Kubernetes namespaces within the EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
The list of Kubernetes namespaces within the EKS cluster.
- Parameters:
namespaces- The list of Kubernetes namespaces within the EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-