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