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 java.lang.Object implements SmithyBuilder<OperationContextParamDefinition>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationContextParamDefinitionbuild()Creates an immutable object that is created from the properties that have been set on the builder.OperationContextParamDefinition.Builderpath(java.lang.String path)
-
-
-
Method Detail
-
path
public OperationContextParamDefinition.Builder path(java.lang.String path)
-
build
public OperationContextParamDefinition build()
Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceSmithyBuilder<OperationContextParamDefinition>- Returns:
- an instance of T
-
-