Uses of Interface
software.amazon.awssdk.services.frauddetector.model.BatchGetVariableError.Builder
-
Packages that use BatchGetVariableError.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of BatchGetVariableError.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return BatchGetVariableError.Builder Modifier and Type Method Description static BatchGetVariableError.BuilderBatchGetVariableError. builder()BatchGetVariableError.BuilderBatchGetVariableError.Builder. code(Integer code)The error code.BatchGetVariableError.BuilderBatchGetVariableError.Builder. message(String message)The error message.BatchGetVariableError.BuilderBatchGetVariableError.Builder. name(String name)The error name.BatchGetVariableError.BuilderBatchGetVariableError. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type BatchGetVariableError.Builder Modifier and Type Method Description static Class<? extends BatchGetVariableError.Builder>BatchGetVariableError. serializableBuilderClass()
-