Interface Export.Builder

    • Method Detail

      • exportingStackId

        Export.Builder exportingStackId​(String exportingStackId)

        The stack that contains the exported output name and value.

        Parameters:
        exportingStackId - The stack that contains the exported output name and value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Export.Builder name​(String name)

        The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.

        Parameters:
        name - The name of exported output value. Use this name and the Fn::ImportValue function to import the associated value into other stacks. The name is defined in the Export field in the associated stack's Outputs section.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Export.Builder value​(String value)

        The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.

        Parameters:
        value - The value of the exported output, such as a resource physical ID. This value is defined in the Export field in the associated stack's Outputs section.
        Returns:
        Returns a reference to this object so that method calls can be chained together.