Interface ListEndpointAccessRequest.Builder

    • Method Detail

      • maxResults

        ListEndpointAccessRequest.Builder maxResults​(Integer maxResults)

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

        Parameters:
        maxResults - An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEndpointAccessRequest.Builder nextToken​(String nextToken)

        If your initial ListEndpointAccess operation returns a nextToken, you can include the returned nextToken in following ListEndpointAccess operations, which returns results in the next page.

        Parameters:
        nextToken - If your initial ListEndpointAccess operation returns a nextToken, you can include the returned nextToken in following ListEndpointAccess operations, which returns results in the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerAccount

        ListEndpointAccessRequest.Builder ownerAccount​(String ownerAccount)

        The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.

        Parameters:
        ownerAccount - The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        ListEndpointAccessRequest.Builder vpcId​(String vpcId)

        The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.

        Parameters:
        vpcId - The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workgroupName

        ListEndpointAccessRequest.Builder workgroupName​(String workgroupName)

        The name of the workgroup associated with the VPC endpoint to return.

        Parameters:
        workgroupName - The name of the workgroup associated with the VPC endpoint to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.