Uses of Class
software.amazon.awssdk.codegen.validation.ModelValidationContext.Builder
-
Packages that use ModelValidationContext.Builder Package Description software.amazon.awssdk.codegen.validation -
-
Uses of ModelValidationContext.Builder in software.amazon.awssdk.codegen.validation
Methods in software.amazon.awssdk.codegen.validation that return ModelValidationContext.Builder Modifier and Type Method Description static ModelValidationContext.Builder
ModelValidationContext. builder()
ModelValidationContext.Builder
ModelValidationContext.Builder. intermediateModel(IntermediateModel intermediateModel)
The service model for which code is being generated.ModelValidationContext.Builder
ModelValidationContext.Builder. shareModelsTarget(IntermediateModel shareModelsTarget)
The model of the service that the currently generating service shares models with.
-