@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCompositionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartCompositionRequest() |
Modifier and Type | Method and Description |
---|---|
StartCompositionRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartCompositionRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartCompositionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DestinationConfiguration> |
getDestinations()
Array of destination configuration.
|
String |
getIdempotencyToken()
Idempotency token.
|
LayoutConfiguration |
getLayout()
Layout object to configure composition parameters.
|
String |
getStageArn()
ARN of the stage to be used for compositing.
|
Map<String,String> |
getTags()
Tags attached to the resource.
|
int |
hashCode() |
void |
setDestinations(Collection<DestinationConfiguration> destinations)
Array of destination configuration.
|
void |
setIdempotencyToken(String idempotencyToken)
Idempotency token.
|
void |
setLayout(LayoutConfiguration layout)
Layout object to configure composition parameters.
|
void |
setStageArn(String stageArn)
ARN of the stage to be used for compositing.
|
void |
setTags(Map<String,String> tags)
Tags attached to the resource.
|
String |
toString()
Returns a string representation of this object.
|
StartCompositionRequest |
withDestinations(Collection<DestinationConfiguration> destinations)
Array of destination configuration.
|
StartCompositionRequest |
withDestinations(DestinationConfiguration... destinations)
Array of destination configuration.
|
StartCompositionRequest |
withIdempotencyToken(String idempotencyToken)
Idempotency token.
|
StartCompositionRequest |
withLayout(LayoutConfiguration layout)
Layout object to configure composition parameters.
|
StartCompositionRequest |
withStageArn(String stageArn)
ARN of the stage to be used for compositing.
|
StartCompositionRequest |
withTags(Map<String,String> tags)
Tags attached to the resource.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStageArn(String stageArn)
ARN of the stage to be used for compositing.
stageArn
- ARN of the stage to be used for compositing.public String getStageArn()
ARN of the stage to be used for compositing.
public StartCompositionRequest withStageArn(String stageArn)
ARN of the stage to be used for compositing.
stageArn
- ARN of the stage to be used for compositing.public void setIdempotencyToken(String idempotencyToken)
Idempotency token.
idempotencyToken
- Idempotency token.public String getIdempotencyToken()
Idempotency token.
public StartCompositionRequest withIdempotencyToken(String idempotencyToken)
Idempotency token.
idempotencyToken
- Idempotency token.public void setLayout(LayoutConfiguration layout)
Layout object to configure composition parameters.
layout
- Layout object to configure composition parameters.public LayoutConfiguration getLayout()
Layout object to configure composition parameters.
public StartCompositionRequest withLayout(LayoutConfiguration layout)
Layout object to configure composition parameters.
layout
- Layout object to configure composition parameters.public List<DestinationConfiguration> getDestinations()
Array of destination configuration.
public void setDestinations(Collection<DestinationConfiguration> destinations)
Array of destination configuration.
destinations
- Array of destination configuration.public StartCompositionRequest withDestinations(DestinationConfiguration... destinations)
Array of destination configuration.
NOTE: This method appends the values to the existing list (if any). Use
setDestinations(java.util.Collection)
or withDestinations(java.util.Collection)
if you want to
override the existing values.
destinations
- Array of destination configuration.public StartCompositionRequest withDestinations(Collection<DestinationConfiguration> destinations)
Array of destination configuration.
destinations
- Array of destination configuration.public Map<String,String> getTags()
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
string:string (key:value)
.
See Tagging AWS Resources
for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon
IVS has no constraints on tags beyond what is documented there.public void setTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
has no constraints on tags beyond what is documented there.public StartCompositionRequest withTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources for details,
including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints
on tags beyond what is documented there.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources for
details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS
has no constraints on tags beyond what is documented there.public StartCompositionRequest addTagsEntry(String key, String value)
public StartCompositionRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartCompositionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()