| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
ConflictException.Builder |
ConflictException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) |
static ConflictException.Builder |
ConflictException.builder() |
ConflictException.Builder |
ConflictException.Builder.cause(Throwable cause) |
ConflictException.Builder |
ConflictException.Builder.errorArguments(Collection<ConflictExceptionErrorArgument> errorArguments)
A list of attributes that led to the exception and their values.
|
ConflictException.Builder |
ConflictException.Builder.errorArguments(ConflictExceptionErrorArgument... errorArguments)
A list of attributes that led to the exception and their values.
|
ConflictException.Builder |
ConflictException.Builder.errorArguments(Consumer<ConflictExceptionErrorArgument.Builder>... errorArguments)
A list of attributes that led to the exception and their values.
|
ConflictException.Builder |
ConflictException.Builder.errorId(String errorId)
A unique ID for the error.
|
ConflictException.Builder |
ConflictException.Builder.message(String message) |
ConflictException.Builder |
ConflictException.Builder.requestId(String requestId) |
ConflictException.Builder |
ConflictException.Builder.resourceId(String resourceId)
The resource's ID.
|
ConflictException.Builder |
ConflictException.Builder.resourceType(String resourceType)
The resource's type.
|
ConflictException.Builder |
ConflictException.Builder.statusCode(int statusCode) |
ConflictException.Builder |
ConflictException.toBuilder() |
ConflictException.Builder |
ConflictException.Builder.writableStackTrace(Boolean writableStackTrace) |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConflictException.Builder> |
ConflictException.serializableBuilderClass() |
Copyright © 2022. All rights reserved.