Interface DescribeEndpointAccessRequest.Builder

    • Method Detail

      • clusterIdentifier

        DescribeEndpointAccessRequest.Builder clusterIdentifier​(String clusterIdentifier)

        The cluster identifier associated with the described endpoint.

        Parameters:
        clusterIdentifier - The cluster identifier associated with the described endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceOwner

        DescribeEndpointAccessRequest.Builder resourceOwner​(String resourceOwner)

        The Amazon Web Services account ID of the owner of the cluster.

        Parameters:
        resourceOwner - The Amazon Web Services account ID of the owner of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointName

        DescribeEndpointAccessRequest.Builder endpointName​(String endpointName)

        The name of the endpoint to be described.

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

        DescribeEndpointAccessRequest.Builder vpcId​(String vpcId)

        The virtual private cloud (VPC) identifier with access to the cluster.

        Parameters:
        vpcId - The virtual private cloud (VPC) identifier with access to the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        DescribeEndpointAccessRequest.Builder maxRecords​(Integer maxRecords)

        The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a Marker is included in the response so that the remaining results can be retrieved.

        Parameters:
        maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a Marker is included in the response so that the remaining results can be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

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