Interface PodIdentityAssociationSummary.Builder

  • Method Details

    • 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

      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

      PodIdentityAssociationSummary.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.
    • associationArn

      PodIdentityAssociationSummary.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

      PodIdentityAssociationSummary.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.
    • ownerArn

      If defined, the association is owned by an Amazon EKS add-on.

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