Class LinkObject.Builder
java.lang.Object
software.amazon.smithy.openapi.model.Component.Builder<LinkObject.Builder,LinkObject>
software.amazon.smithy.openapi.model.LinkObject.Builder
- All Implemented Interfaces:
SmithyBuilder<LinkObject>
- Enclosing class:
- LinkObject
public static final class LinkObject.Builder
extends Component.Builder<LinkObject.Builder,LinkObject>
-
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) operationId(String operationId) operationRef(String operationRef) parameters(Map<String, Node> parameters) requestBody(Node requestBody) server(ServerObject server) 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
-
operationRef
-
operationId
-
parameters
-
requestBody
-
description
-
server
-