public static interface AudioLogDestination.Builder extends SdkPojo, CopyableBuilder<AudioLogDestination.Builder,AudioLogDestination>
| Modifier and Type | Method and Description |
|---|---|
default AudioLogDestination.Builder |
s3Bucket(Consumer<S3BucketLogDestination.Builder> s3Bucket)
The Amazon S3 bucket where the audio log files are stored.
|
AudioLogDestination.Builder |
s3Bucket(S3BucketLogDestination s3Bucket)
The Amazon S3 bucket where the audio log files are stored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAudioLogDestination.Builder s3Bucket(S3BucketLogDestination s3Bucket)
The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the roleArn
parameter of the CreateBot operation must
have permission to write to this bucket.
s3Bucket - The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the
roleArn parameter of the CreateBot
operation must have permission to write to this bucket.default AudioLogDestination.Builder s3Bucket(Consumer<S3BucketLogDestination.Builder> s3Bucket)
The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the roleArn
parameter of the CreateBot operation must
have permission to write to this bucket.
S3BucketLogDestination.Builder avoiding
the need to create one manually via S3BucketLogDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3Bucket(S3BucketLogDestination).
s3Bucket - a consumer that will call methods on S3BucketLogDestination.Builders3Bucket(S3BucketLogDestination)Copyright © 2023. All rights reserved.