Interface PodIdentityAssociation.Builder

    • Method Detail

      • clusterName

        PodIdentityAssociation.Builder clusterName​(String clusterName)

        The name of the cluster that the association is in.

        Parameters:
        clusterName - The name of the cluster that the association is in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespace

        PodIdentityAssociation.Builder namespace​(String namespace)

        The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.

        Parameters:
        namespace - The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceAccount

        PodIdentityAssociation.Builder serviceAccount​(String serviceAccount)

        The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.

        Parameters:
        serviceAccount - The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        PodIdentityAssociation.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationArn

        PodIdentityAssociation.Builder associationArn​(String associationArn)

        The Amazon Resource Name (ARN) of the association.

        Parameters:
        associationArn - The Amazon Resource Name (ARN) of the association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationId

        PodIdentityAssociation.Builder associationId​(String associationId)

        The ID of the association.

        Parameters:
        associationId - The ID of the association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        PodIdentityAssociation.Builder tags​(Map<String,​String> tags)

        Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

        The following basic restrictions apply to tags:

        • Maximum number of tags per resource – 50

        • For each resource, each tag key must be unique, and each tag key can have only one value.

        • Maximum key length – 128 Unicode characters in UTF-8

        • Maximum value length – 256 Unicode characters in UTF-8

        • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.

        • Tag keys and values are case-sensitive.

        • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.

        Parameters:
        tags - Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

        The following basic restrictions apply to tags:

        • Maximum number of tags per resource – 50

        • For each resource, each tag key must be unique, and each tag key can have only one value.

        • Maximum key length – 128 Unicode characters in UTF-8

        • Maximum value length – 256 Unicode characters in UTF-8

        • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.

        • Tag keys and values are case-sensitive.

        • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        PodIdentityAssociation.Builder createdAt​(Instant createdAt)

        The timestamp that the association was created at.

        Parameters:
        createdAt - The timestamp that the association was created at.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

        PodIdentityAssociation.Builder modifiedAt​(Instant modifiedAt)

        The most recent timestamp that the association was modified at

        Parameters:
        modifiedAt - The most recent timestamp that the association was modified at
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerArn

        PodIdentityAssociation.Builder ownerArn​(String ownerArn)

        If defined, the Pod Identity Association is owned by an Amazon EKS Addon.

        Parameters:
        ownerArn - If defined, the Pod Identity Association is owned by an Amazon EKS Addon.
        Returns:
        Returns a reference to this object so that method calls can be chained together.