| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static Output.Builder |
Output.builder() |
Output.Builder |
Output.Builder.description(String description)
User defined description associated with the output.
|
Output.Builder |
Output.Builder.exportName(String exportName)
The name of the export associated with the output.
|
Output.Builder |
Output.Builder.outputKey(String outputKey)
The key associated with the output.
|
Output.Builder |
Output.Builder.outputValue(String outputValue)
The value associated with the output.
|
Output.Builder |
Output.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Output.Builder> |
Output.serializableBuilderClass() |
Copyright © 2019. All rights reserved.