CopyableBuilder<TestRoleRequest.Builder,TestRoleRequest>
, SdkBuilder<TestRoleRequest.Builder,TestRoleRequest>
public static interface TestRoleRequest.Builder extends CopyableBuilder<TestRoleRequest.Builder,TestRoleRequest>
Modifier and Type | Method | 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 |
role(String role) |
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
|
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.
|
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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setTopics(java.util.Collection)
or #withTopics(java.util.Collection)
if you want to override
the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.