Cloneable
, ReadLimitInfo
, ToCopyableBuilder<TestRoleRequest.Builder,TestRoleRequest>
@Generated("software.amazon.awssdk:codegen") public class TestRoleRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<TestRoleRequest.Builder,TestRoleRequest>
The TestRoleRequest
structure.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TestRoleRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static TestRoleRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
inputBucket() |
The Amazon S3 bucket that contains media files to be transcoded.
|
String |
outputBucket() |
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to.
|
String |
role() |
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
|
static Class<? extends TestRoleRequest.Builder> |
serializableBuilderClass() |
|
TestRoleRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
List<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.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String role()
The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
public String inputBucket()
The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
public String outputBucket()
The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.
public List<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.
public TestRoleRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TestRoleRequest.Builder,TestRoleRequest>
public static TestRoleRequest.Builder builder()
public static Class<? extends TestRoleRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.