Interface Export.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Export.Builder,
,Export> SdkBuilder<Export.Builder,
,Export> SdkPojo
- Enclosing class:
Export
-
Method Summary
Modifier and TypeMethodDescriptionexportingStackId
(String exportingStackId) The stack that contains the exported output name and value.The name of exported output value.The value of the exported output, such as a resource physical ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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 theExport
field in the associated stack'sOutputs
section.- Parameters:
name
- The name of exported output value. Use this name and theFn::ImportValue
function to import the associated value into other stacks. The name is defined in theExport
field in the associated stack'sOutputs
section.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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'sOutputs
section.- Parameters:
value
- The value of the exported output, such as a resource physical ID. This value is defined in theExport
field in the associated stack'sOutputs
section.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-