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 protected
BuilderImpl()
protected
BuilderImpl(S3EncryptionClientException ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3EncryptionClientException
build()
S3EncryptionClientException.Builder
cause(Throwable cause)
S3EncryptionClientException.Builder
message(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:
message
in interfaceS3EncryptionClientException.Builder
- Specified by:
message
in interfacesoftware.amazon.awssdk.core.exception.SdkClientException.Builder
- Specified by:
message
in interfacesoftware.amazon.awssdk.core.exception.SdkException.Builder
-
cause
public S3EncryptionClientException.Builder cause(Throwable cause)
- Specified by:
cause
in interfaceS3EncryptionClientException.Builder
- Specified by:
cause
in interfacesoftware.amazon.awssdk.core.exception.SdkClientException.Builder
- Specified by:
cause
in interfacesoftware.amazon.awssdk.core.exception.SdkException.Builder
-
build
public S3EncryptionClientException build()
- Specified by:
build
in interfacesoftware.amazon.awssdk.utils.builder.Buildable
- Specified by:
build
in interfaceS3EncryptionClientException.Builder
- Specified by:
build
in interfacesoftware.amazon.awssdk.core.exception.SdkClientException.Builder
- Specified by:
build
in interfacesoftware.amazon.awssdk.core.exception.SdkException.Builder
-
-