Interface ListEnvironmentAccountConnectionsResponse.Builder

    • Method Detail

      • environmentAccountConnections

        ListEnvironmentAccountConnectionsResponse.Builder environmentAccountConnections​(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)

        An array of environment account connections with details that's returned by Proton.

        Parameters:
        environmentAccountConnections - An array of environment account connections with details that's returned by Proton.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentAccountConnections

        ListEnvironmentAccountConnectionsResponse.Builder environmentAccountConnections​(EnvironmentAccountConnectionSummary... environmentAccountConnections)

        An array of environment account connections with details that's returned by Proton.

        Parameters:
        environmentAccountConnections - An array of environment account connections with details that's returned by Proton.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEnvironmentAccountConnectionsResponse.Builder nextToken​(String nextToken)

        A token that indicates the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.

        Parameters:
        nextToken - A token that indicates the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.