Class EndpointTestsTrait.Builder
java.lang.Object
software.amazon.smithy.model.traits.AbstractTraitBuilder<EndpointTestsTrait,EndpointTestsTrait.Builder>
software.amazon.smithy.rulesengine.traits.EndpointTestsTrait.Builder
- All Implemented Interfaces:
SmithyBuilder<EndpointTestsTrait>
- Enclosing class:
- EndpointTestsTrait
public static final class EndpointTestsTrait.Builder
extends AbstractTraitBuilder<EndpointTestsTrait,EndpointTestsTrait.Builder>
-
Method Summary
Modifier and TypeMethodDescriptionaddTestCase
(EndpointTestCase testCase) build()
Creates an immutable object that is created from the properties that have been set on the builder.removeTestCase
(EndpointTestCase testCase) testCases
(List<EndpointTestCase> testCases) Methods inherited from class software.amazon.smithy.model.traits.AbstractTraitBuilder
getSourceLocation, sourceLocation
-
Method Details
-
version
-
testCases
-
addTestCase
-
removeTestCase
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Returns:
- an instance of T
-