Package software.amazon.encryption.s3
Class S3EncryptionClientException.BuilderImpl
- java.lang.Object
-
- software.amazon.encryption.s3.S3EncryptionClientException.BuilderImpl
-
- All Implemented Interfaces:
software.amazon.awssdk.core.exception.SdkClientException.Builder,software.amazon.awssdk.core.exception.SdkException.Builder,software.amazon.awssdk.utils.builder.Buildable,S3EncryptionClientException.Builder
- Enclosing class:
- S3EncryptionClientException
protected static final class S3EncryptionClientException.BuilderImpl extends Object implements S3EncryptionClientException.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(S3EncryptionClientException ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3EncryptionClientExceptionbuild()S3EncryptionClientException.Buildercause(Throwable cause)S3EncryptionClientException.Buildermessage(String message)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(S3EncryptionClientException ex)
-
-
Method Detail
-
message
public S3EncryptionClientException.Builder message(String message)
- Specified by:
messagein interfaceS3EncryptionClientException.Builder- Specified by:
messagein interfacesoftware.amazon.awssdk.core.exception.SdkClientException.Builder- Specified by:
messagein interfacesoftware.amazon.awssdk.core.exception.SdkException.Builder
-
cause
public S3EncryptionClientException.Builder cause(Throwable cause)
- Specified by:
causein interfaceS3EncryptionClientException.Builder- Specified by:
causein interfacesoftware.amazon.awssdk.core.exception.SdkClientException.Builder- Specified by:
causein interfacesoftware.amazon.awssdk.core.exception.SdkException.Builder
-
build
public S3EncryptionClientException build()
- Specified by:
buildin interfacesoftware.amazon.awssdk.utils.builder.Buildable- Specified by:
buildin interfaceS3EncryptionClientException.Builder- Specified by:
buildin interfacesoftware.amazon.awssdk.core.exception.SdkClientException.Builder- Specified by:
buildin interfacesoftware.amazon.awssdk.core.exception.SdkException.Builder
-
-