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 SummaryModifier 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
- 
buildDescription copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
- buildin interface- SmithyBuilder<EndpointTestCase>
- Returns:
- an instance of T
 
 
-