Class OperationContextParamDefinition.Builder
java.lang.Object
software.amazon.smithy.rulesengine.traits.OperationContextParamDefinition.Builder
- All Implemented Interfaces:
SmithyBuilder<OperationContextParamDefinition>
- Enclosing class:
- OperationContextParamDefinition
public static final class OperationContextParamDefinition.Builder
extends Object
implements SmithyBuilder<OperationContextParamDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates an immutable object that is created from the properties that have been set on the builder.
-
Method Details
-
path
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceSmithyBuilder<OperationContextParamDefinition>
- Returns:
- an instance of T
-