Class EksSourceClusterNamespace
- java.lang.Object
-
- software.amazon.awssdk.services.resiliencehub.model.EksSourceClusterNamespace
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EksSourceClusterNamespace.Builder,EksSourceClusterNamespace>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEksSourceClusterNamespace.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EksSourceClusterNamespace.Builderbuilder()StringeksClusterArn()Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringnamespace()Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.List<SdkField<?>>sdkFields()static Class<? extends EksSourceClusterNamespace.Builder>serializableBuilderClass()EksSourceClusterNamespace.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
eksClusterArn
public 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 Amazon Web Services General Reference guide.- Returns:
- 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.
-
namespace
public final String namespace()
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
- Returns:
- Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
-
toBuilder
public EksSourceClusterNamespace.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EksSourceClusterNamespace.Builder,EksSourceClusterNamespace>
-
builder
public static EksSourceClusterNamespace.Builder builder()
-
serializableBuilderClass
public static Class<? extends EksSourceClusterNamespace.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-