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