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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
TestRoleRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.TestRoleRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.