@Generated(value="software.amazon.awssdk:codegen") public final class EksSourceClusterNamespace extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EksSourceClusterNamespace.Builder,EksSourceClusterNamespace>
The input source of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EksSourceClusterNamespace.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EksSourceClusterNamespace.Builder |
builder() |
String |
eksClusterArn()
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
namespace()
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EksSourceClusterNamespace.Builder> |
serializableBuilderClass() |
EksSourceClusterNamespace.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
aws:eks:region:account-id:cluster/cluster-name.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public final String namespace()
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
public EksSourceClusterNamespace.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EksSourceClusterNamespace.Builder,EksSourceClusterNamespace>public static EksSourceClusterNamespace.Builder builder()
public static Class<? extends EksSourceClusterNamespace.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.