public static interface SignedObject.Builder extends SdkPojo, CopyableBuilder<SignedObject.Builder,SignedObject>
| Modifier and Type | Method and Description |
|---|---|
default SignedObject.Builder |
s3(Consumer<S3SignedObject.Builder> s3)
The
S3SignedObject. |
SignedObject.Builder |
s3(S3SignedObject s3)
The
S3SignedObject. |
copyapplyMutation, buildSignedObject.Builder s3(S3SignedObject s3)
The S3SignedObject.
s3 - The S3SignedObject.default SignedObject.Builder s3(Consumer<S3SignedObject.Builder> s3)
The S3SignedObject.
S3SignedObject.Builder avoiding the need to
create one manually via S3SignedObject.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3(S3SignedObject).s3 - a consumer that will call methods on S3SignedObject.Builders3(S3SignedObject)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.