@Generated(value="software.amazon.awssdk:codegen") public final class NoSuchBucketException extends S3Exception implements ToCopyableBuilder<NoSuchBucketException.Builder,NoSuchBucketException>
The specified bucket does not exist.
Modifier and Type | Class and Description |
---|---|
static interface |
NoSuchBucketException.Builder |
Modifier and Type | Method and Description |
---|---|
static NoSuchBucketException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NoSuchBucketException.Builder> |
serializableBuilderClass() |
NoSuchBucketException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public NoSuchBucketException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<NoSuchBucketException.Builder,NoSuchBucketException>
toBuilder
in class S3Exception
public static NoSuchBucketException.Builder builder()
public static Class<? extends NoSuchBucketException.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.