Interface ListConnectionsRequest.Builder

    • Method Detail

      • domainIdentifier

        ListConnectionsRequest.Builder domainIdentifier​(String domainIdentifier)

        The ID of the domain where you want to list connections.

        Parameters:
        domainIdentifier - The ID of the domain where you want to list connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentIdentifier

        ListConnectionsRequest.Builder environmentIdentifier​(String environmentIdentifier)

        The ID of the environment where you want to list connections.

        Parameters:
        environmentIdentifier - The ID of the environment where you want to list connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListConnectionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of connections to return in a single call to ListConnections. When the number of connections to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListConnections to list the next set of connections.

        Parameters:
        maxResults - The maximum number of connections to return in a single call to ListConnections. When the number of connections to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListConnections to list the next set of connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ListConnectionsRequest.Builder name​(String name)

        The name of the connection.

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

        ListConnectionsRequest.Builder nextToken​(String nextToken)

        When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.

        Parameters:
        nextToken - When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectIdentifier

        ListConnectionsRequest.Builder projectIdentifier​(String projectIdentifier)

        The ID of the project where you want to list connections.

        Parameters:
        projectIdentifier - The ID of the project where you want to list connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListConnectionsRequest.Builder sortOrder​(String sortOrder)

        Specifies the sort order for the listed connections.

        Parameters:
        sortOrder - Specifies the sort order for the listed connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListConnectionsRequest.Builder sortOrder​(SortOrder sortOrder)

        Specifies the sort order for the listed connections.

        Parameters:
        sortOrder - Specifies the sort order for the listed connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder