Class EndpointTestCase.Builder
java.lang.Object
software.amazon.smithy.rulesengine.traits.EndpointTestCase.Builder
- All Implemented Interfaces:
SmithyBuilder<EndpointTestCase>
- Enclosing class:
- EndpointTestCase
public static final class EndpointTestCase.Builder
extends Object
implements SmithyBuilder<EndpointTestCase>
-
Method Summary
Modifier and TypeMethodDescriptionaddOperationInput
(EndpointTestOperationInput operationInput) build()
Creates an immutable object that is created from the properties that have been set on the builder.documentation
(String documentation) expect
(EndpointTestExpectation expect) operationInputs
(List<EndpointTestOperationInput> operationInputs) params
(ObjectNode params) removeOperationInput
(EndpointTestOperationInput operationInput) sourceLocation
(FromSourceLocation sourceLocation)
-
Method Details
-
sourceLocation
-
documentation
-
params
-
operationInputs
-
addOperationInput
-
removeOperationInput
-
expect
-
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<EndpointTestCase>
- Returns:
- an instance of T
-