Interface ListConnectionsRequest.Builder

  • Method Details

    • 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

      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.
    • sortBy

      Specifies how you want to sort the listed connections.

      Parameters:
      sortBy - Specifies how you want to sort the listed connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      Specifies how you want to sort the listed connections.

      Parameters:
      sortBy - Specifies how you want to sort the listed connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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:
    • type

      The type of connection.

      Parameters:
      type - The type of connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of connection.

      Parameters:
      type - The type of connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.