Class EncodingObject.Builder
java.lang.Object
software.amazon.smithy.openapi.model.Component.Builder<EncodingObject.Builder,EncodingObject>
software.amazon.smithy.openapi.model.EncodingObject.Builder
- All Implemented Interfaces:
SmithyBuilder<EncodingObject>
- Enclosing class:
- EncodingObject
public static final class EncodingObject.Builder
extends Component.Builder<EncodingObject.Builder,EncodingObject>
-
Method Summary
Modifier and TypeMethodDescriptionallowReserved(boolean allowReserved) build()Creates an immutable object that is created from the properties that have been set on the builder.contentType(String contentType) explode(boolean explode) headers(Map<String, ParameterObject> headers) putHeader(String name, ParameterObject header) 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
-
headers
-
putHeader
-
contentType
-
style
-
explode
-
allowReserved
-