public static interface DestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<DestinationConfiguration.Builder,DestinationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default DestinationConfiguration.Builder |
s3(Consumer<S3DestinationConfiguration.Builder> s3)
An S3 destination configuration where recorded videos will be stored.
|
DestinationConfiguration.Builder |
s3(S3DestinationConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationConfiguration.Builder s3(S3DestinationConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
s3 - An S3 destination configuration where recorded videos will be stored.default DestinationConfiguration.Builder s3(Consumer<S3DestinationConfiguration.Builder> s3)
An S3 destination configuration where recorded videos will be stored.
This is a convenience method that creates an instance of theS3DestinationConfiguration.Builder
avoiding the need to create one manually via S3DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3(S3DestinationConfiguration).
s3 - a consumer that will call methods on S3DestinationConfiguration.Builders3(S3DestinationConfiguration)Copyright © 2023. All rights reserved.