Class ServerObject.Builder
java.lang.Object
software.amazon.smithy.openapi.model.Component.Builder<ServerObject.Builder,ServerObject>
software.amazon.smithy.openapi.model.ServerObject.Builder
- All Implemented Interfaces:
SmithyBuilder<ServerObject>
- Enclosing class:
- ServerObject
public static final class ServerObject.Builder
extends Component.Builder<ServerObject.Builder,ServerObject>
-
Constructor Summary
-
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) variables
(Map<String, ObjectNode> variables) Methods inherited from class software.amazon.smithy.openapi.model.Component.Builder
extensions, extensions, getExtensions, putExtension, putExtension, putExtension, putExtension, removeExtension
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
-
url
-
description
-
variables
-