| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static Export.Builder |
Export.builder() |
Export.Builder |
Export.Builder.exportingStackId(String exportingStackId)
The stack that contains the exported output name and value.
|
Export.Builder |
Export.Builder.name(String name)
The name of exported output value.
|
Export.Builder |
Export.toBuilder() |
Export.Builder |
Export.Builder.value(String value)
The value of the exported output, such as a resource physical ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Export.Builder> |
Export.serializableBuilderClass() |
Copyright © 2021. All rights reserved.