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 SummaryConstructors
- 
Method SummaryModifier 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- 
Builderpublic Builder()
 
- 
- 
Method Details- 
sourceLocation
- 
operationName
- 
operationParams
- 
builtInParams
- 
clientParams
- 
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<EndpointTestOperationInput>
- Returns:
- an instance of T
 
 
-