Uses of Interface
software.amazon.awssdk.services.codegurusecurity.model.BatchGetFindingsError.Builder
-
Packages that use BatchGetFindingsError.Builder Package Description software.amazon.awssdk.services.codegurusecurity.model -
-
Uses of BatchGetFindingsError.Builder in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return BatchGetFindingsError.Builder Modifier and Type Method Description static BatchGetFindingsError.BuilderBatchGetFindingsError. builder()BatchGetFindingsError.BuilderBatchGetFindingsError.Builder. errorCode(String errorCode)A code associated with the type of error.BatchGetFindingsError.BuilderBatchGetFindingsError.Builder. errorCode(ErrorCode errorCode)A code associated with the type of error.BatchGetFindingsError.BuilderBatchGetFindingsError.Builder. findingId(String findingId)The finding ID of the finding that was not fetched.BatchGetFindingsError.BuilderBatchGetFindingsError.Builder. message(String message)Describes the error.BatchGetFindingsError.BuilderBatchGetFindingsError.Builder. scanName(String scanName)The name of the scan that generated the finding.BatchGetFindingsError.BuilderBatchGetFindingsError. toBuilder()Methods in software.amazon.awssdk.services.codegurusecurity.model that return types with arguments of type BatchGetFindingsError.Builder Modifier and Type Method Description static Class<? extends BatchGetFindingsError.Builder>BatchGetFindingsError. serializableBuilderClass()
-