Interface DescribeEndpointAccessResponse.Builder

    • Method Detail

      • endpointAccessList

        DescribeEndpointAccessResponse.Builder endpointAccessList​(Collection<EndpointAccess> endpointAccessList)

        The list of endpoints with access to the cluster.

        Parameters:
        endpointAccessList - The list of endpoints with access to the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointAccessList

        DescribeEndpointAccessResponse.Builder endpointAccessList​(EndpointAccess... endpointAccessList)

        The list of endpoints with access to the cluster.

        Parameters:
        endpointAccessList - The list of endpoints with access to the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeEndpointAccessResponse.Builder marker​(String marker)

        An optional pagination token provided by a previous DescribeEndpointAccess request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

        Parameters:
        marker - An optional pagination token provided by a previous DescribeEndpointAccess request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.