Uses of Interface
software.amazon.awssdk.services.kafka.model.KafkaException.Builder
-
Packages that use KafkaException.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of KafkaException.Builder in software.amazon.awssdk.services.kafka.model
Subinterfaces of KafkaException.Builder in software.amazon.awssdk.services.kafka.model Modifier and Type Interface Description static interface
BadRequestException.Builder
static interface
ConflictException.Builder
static interface
ForbiddenException.Builder
static interface
InternalServerErrorException.Builder
static interface
NotFoundException.Builder
static interface
ServiceUnavailableException.Builder
static interface
TooManyRequestsException.Builder
static interface
UnauthorizedException.Builder
Classes in software.amazon.awssdk.services.kafka.model that implement KafkaException.Builder Modifier and Type Class Description protected static class
KafkaException.BuilderImpl
Methods in software.amazon.awssdk.services.kafka.model that return KafkaException.Builder Modifier and Type Method Description KafkaException.Builder
KafkaException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static KafkaException.Builder
KafkaException. builder()
KafkaException.Builder
KafkaException.Builder. cause(Throwable cause)
KafkaException.Builder
KafkaException.Builder. message(String message)
KafkaException.Builder
KafkaException.Builder. requestId(String requestId)
KafkaException.Builder
KafkaException.Builder. statusCode(int statusCode)
KafkaException.Builder
KafkaException. toBuilder()
KafkaException.Builder
KafkaException.Builder. writableStackTrace(Boolean writableStackTrace)
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type KafkaException.Builder Modifier and Type Method Description static Class<? extends KafkaException.Builder>
KafkaException. serializableBuilderClass()
Constructors in software.amazon.awssdk.services.kafka.model with parameters of type KafkaException.Builder Constructor Description KafkaException(KafkaException.Builder builder)
-