public static interface EksSourceClusterNamespace.Builder extends SdkPojo, CopyableBuilder<EksSourceClusterNamespace.Builder,EksSourceClusterNamespace>
| Modifier and Type | Method and Description |
|---|---|
EksSourceClusterNamespace.Builder |
eksClusterArn(String eksClusterArn)
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
EksSourceClusterNamespace.Builder |
namespace(String namespace)
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEksSourceClusterNamespace.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 Amazon Web Services 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 Amazon Web Services General Reference guide.EksSourceClusterNamespace.Builder namespace(String namespace)
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
namespace - Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.Copyright © 2023. All rights reserved.