Class ExampleObject.Builder
java.lang.Object
software.amazon.smithy.openapi.model.Component.Builder<ExampleObject.Builder,ExampleObject>
software.amazon.smithy.openapi.model.ExampleObject.Builder
- All Implemented Interfaces:
SmithyBuilder<ExampleObject>
- Enclosing class:
- ExampleObject
public static final class ExampleObject.Builder
extends Component.Builder<ExampleObject.Builder,ExampleObject>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.description(String description) externalValue(String externalValue) Methods inherited from class software.amazon.smithy.openapi.model.Component.Builder
extensions, extensions, getExtensions, putExtension, putExtension, putExtension, putExtension, removeExtension
-
Method Details
-
build
Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
-
summary
-
description
-
value
-
externalValue
-