public static interface TestRoleRequest.Builder extends ElasticTranscoderRequest.Builder, CopyableBuilder<TestRoleRequest.Builder,TestRoleRequest>
Modifier and Type | Method and Description |
---|---|
TestRoleRequest.Builder |
inputBucket(String inputBucket)
The Amazon S3 bucket that contains media files to be transcoded.
|
TestRoleRequest.Builder |
outputBucket(String outputBucket)
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to.
|
TestRoleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
TestRoleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
TestRoleRequest.Builder |
role(String role)
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
|
TestRoleRequest.Builder |
topics(Collection<String> 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.
|
TestRoleRequest.Builder |
topics(String... 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.
|
build
overrideConfiguration
copy
applyMutation, build
TestRoleRequest.Builder role(String role)
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
role
- The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.TestRoleRequest.Builder inputBucket(String inputBucket)
The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
inputBucket
- The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this
bucket.TestRoleRequest.Builder outputBucket(String outputBucket)
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.
outputBucket
- The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to
read from this bucket.TestRoleRequest.Builder topics(Collection<String> 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.
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.TestRoleRequest.Builder topics(String... 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.
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.TestRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.TestRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.