Interface ListEnvironmentVpcsResponse.Builder

    • Method Detail

      • environmentVpcList

        ListEnvironmentVpcsResponse.Builder environmentVpcList​(Collection<EnvironmentVpc> environmentVpcList)

        The list of EnvironmentVpc objects.

        Parameters:
        environmentVpcList - The list of EnvironmentVpc objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentVpcList

        ListEnvironmentVpcsResponse.Builder environmentVpcList​(EnvironmentVpc... environmentVpcList)

        The list of EnvironmentVpc objects.

        Parameters:
        environmentVpcList - The list of EnvironmentVpc objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEnvironmentVpcsResponse.Builder nextToken​(String nextToken)

        The token for the next page of results.

        Parameters:
        nextToken - The token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.