Struct aws_sdk_elastictranscoder::input::test_role_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TestRoleInput
Implementations
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.
Appends an item to topics
.
To override the contents of this collection use set_topics
.
The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
Consumes the builder and constructs a TestRoleInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more