Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Output.Builder
-
Packages that use Output.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of Output.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Output.Builder Modifier and Type Method Description static Output.BuilderOutput. builder()Output.BuilderOutput.Builder. description(String description)User defined description associated with the output.Output.BuilderOutput.Builder. exportName(String exportName)The name of the export associated with the output.Output.BuilderOutput.Builder. outputKey(String outputKey)The key associated with the output.Output.BuilderOutput.Builder. outputValue(String outputValue)The value associated with the output.Output.BuilderOutput. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type Output.Builder Modifier and Type Method Description static Class<? extends Output.Builder>Output. serializableBuilderClass()
-