public static interface EksSource.Builder extends SdkPojo, CopyableBuilder<EksSource.Builder,EksSource>
| Modifier and Type | Method and Description |
|---|---|
EksSource.Builder |
eksClusterArn(String eksClusterArn)
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
EksSource.Builder |
namespaces(Collection<String> namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
|
EksSource.Builder |
namespaces(String... namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEksSource.Builder eksClusterArn(String eksClusterArn)
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:
aws:eks:region:account-id:cluster/cluster-name. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.
eksClusterArn - Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN
is: arn:aws:eks:region:account-id:cluster/
cluster-name. For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference guide.EksSource.Builder namespaces(Collection<String> namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
namespaces - The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.EksSource.Builder namespaces(String... namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
namespaces - The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.Copyright © 2023. All rights reserved.