Interface ListImportsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudFormationResponse.Builder, CopyableBuilder<ListImportsResponse.Builder,ListImportsResponse>, SdkBuilder<ListImportsResponse.Builder,ListImportsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListImportsResponse

public static interface ListImportsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListImportsResponse.Builder,ListImportsResponse>
  • Method Details

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