Interface ListImportsResponse.Builder

    • Method Detail

      • imports

        ListImportsResponse.Builder imports​(Collection<String> imports)

        A list of stack names that are importing the specified exported output value.

        Parameters:
        imports - A list of stack names that are importing the specified exported output value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imports

        ListImportsResponse.Builder imports​(String... imports)

        A list of stack names that are importing the specified exported output value.

        Parameters:
        imports - A list of stack names that are importing the specified exported output value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListImportsResponse.Builder nextToken​(String nextToken)

        A string that identifies the next page of exports. If there is no additional page, this value is null.

        Parameters:
        nextToken - A string that identifies the next page of exports. If there is no additional page, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.