@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EksSource extends Object implements Serializable, Cloneable, StructuredPojo
The input source of the Amazon Elastic Kubernetes Service cluster.
Constructor and Description |
---|
EksSource() |
Modifier and Type | Method and Description |
---|---|
EksSource |
clone() |
boolean |
equals(Object obj) |
String |
getEksClusterArn()
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
List<String> |
getNamespaces()
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEksClusterArn(String eksClusterArn)
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
void |
setNamespaces(Collection<String> namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
|
String |
toString()
Returns a string representation of this object.
|
EksSource |
withEksClusterArn(String eksClusterArn)
Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
EksSource |
withNamespaces(Collection<String> namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
|
EksSource |
withNamespaces(String... namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
|
public void setEksClusterArn(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.public String getEksClusterArn()
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.
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.public EksSource withEksClusterArn(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.public List<String> getNamespaces()
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
public void setNamespaces(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.public EksSource withNamespaces(String... namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
NOTE: This method appends the values to the existing list (if any). Use
setNamespaces(java.util.Collection)
or withNamespaces(java.util.Collection)
if you want to
override the existing values.
namespaces
- The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.public EksSource withNamespaces(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.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.