Class S3ExpressIdentityKey.Builder
java.lang.Object
software.amazon.awssdk.services.s3.internal.s3express.S3ExpressIdentityKey.Builder
- All Implemented Interfaces:
Buildable
,CopyableBuilder<S3ExpressIdentityKey.Builder,
,S3ExpressIdentityKey> SdkBuilder<S3ExpressIdentityKey.Builder,
S3ExpressIdentityKey>
- Enclosing class:
S3ExpressIdentityKey
public static class S3ExpressIdentityKey.Builder
extends Object
implements CopyableBuilder<S3ExpressIdentityKey.Builder,S3ExpressIdentityKey>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
An immutable object that is created from the properties that have been set on the builder.identity
(AwsCredentialsIdentity identity) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
bucket
-
client
-
identity
-
build
Description copied from interface:SdkBuilder
An immutable object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<S3ExpressIdentityKey.Builder,
S3ExpressIdentityKey> - Returns:
- an instance of T
-