Interface EksEndpointsConfiguration.Builder

  • Method Details

    • endpointsResourceName

      EksEndpointsConfiguration.Builder endpointsResourceName(String endpointsResourceName)

      The name of the endpoint resource.

      Parameters:
      endpointsResourceName - The name of the endpoint resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointsResourceNamespace

      EksEndpointsConfiguration.Builder endpointsResourceNamespace(String endpointsResourceNamespace)

      The namespace of the endpoint resource.

      Parameters:
      endpointsResourceNamespace - The namespace of the endpoint resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterApiServerEndpointUri

      EksEndpointsConfiguration.Builder clusterApiServerEndpointUri(String clusterApiServerEndpointUri)

      The URI of the cluster API server endpoint.

      Parameters:
      clusterApiServerEndpointUri - The URI of the cluster API server endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterApiServerCaCertificateChain

      EksEndpointsConfiguration.Builder clusterApiServerCaCertificateChain(String clusterApiServerCaCertificateChain)

      The CA certificate chain of the cluster API server.

      Parameters:
      clusterApiServerCaCertificateChain - The CA certificate chain of the cluster API server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clusterName

      EksEndpointsConfiguration.Builder clusterName(String clusterName)

      The name of the cluster.

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

      The role ARN for the cluster.

      Parameters:
      roleArn - The role ARN for the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.