Class EndpointTestExpectation.Builder
java.lang.Object
software.amazon.smithy.rulesengine.traits.EndpointTestExpectation.Builder
- All Implemented Interfaces:
SmithyBuilder<EndpointTestExpectation>
- Enclosing class:
- EndpointTestExpectation
public static final class EndpointTestExpectation.Builder
extends Object
implements SmithyBuilder<EndpointTestExpectation>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.endpoint(ExpectedEndpoint endpoint) sourceLocation(FromSourceLocation fromSourceLocation)
-
Method Details
-
sourceLocation
-
error
-
endpoint
-
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<EndpointTestExpectation>- Returns:
- an instance of T
-