Interface SignedObject.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SignedObject.Builder,
,SignedObject> SdkBuilder<SignedObject.Builder,
,SignedObject> SdkPojo
- Enclosing class:
SignedObject
public static interface SignedObject.Builder
extends SdkPojo, CopyableBuilder<SignedObject.Builder,SignedObject>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SignedObject.Builder
TheS3SignedObject
.s3
(S3SignedObject s3) TheS3SignedObject
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
s3
The
S3SignedObject
.- Parameters:
s3
- TheS3SignedObject
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
The
This is a convenience method that creates an instance of theS3SignedObject
.S3SignedObject.Builder
avoiding the need to create one manually viaS3SignedObject.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3(S3SignedObject)
.- Parameters:
s3
- a consumer that will call methods onS3SignedObject.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-