@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateStageRequest() |
Modifier and Type | Method and Description |
---|---|
CreateStageRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateStageRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AutoParticipantRecordingConfiguration |
getAutoParticipantRecordingConfiguration()
Configuration object for individual participant recording, to attach to the new stage.
|
String |
getName()
Optional name that can be specified for the stage being created.
|
List<ParticipantTokenConfiguration> |
getParticipantTokenConfigurations()
Array of participant token configuration objects to attach to the new stage.
|
Map<String,String> |
getTags()
Tags attached to the resource.
|
int |
hashCode() |
void |
setAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the new stage.
|
void |
setName(String name)
Optional name that can be specified for the stage being created.
|
void |
setParticipantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
|
void |
setTags(Map<String,String> tags)
Tags attached to the resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateStageRequest |
withAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the new stage.
|
CreateStageRequest |
withName(String name)
Optional name that can be specified for the stage being created.
|
CreateStageRequest |
withParticipantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
|
CreateStageRequest |
withParticipantTokenConfigurations(ParticipantTokenConfiguration... participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
|
CreateStageRequest |
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 setName(String name)
Optional name that can be specified for the stage being created.
name
- Optional name that can be specified for the stage being created.public String getName()
Optional name that can be specified for the stage being created.
public CreateStageRequest withName(String name)
Optional name that can be specified for the stage being created.
name
- Optional name that can be specified for the stage being created.public List<ParticipantTokenConfiguration> getParticipantTokenConfigurations()
Array of participant token configuration objects to attach to the new stage.
public void setParticipantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
participantTokenConfigurations
- Array of participant token configuration objects to attach to the new stage.public CreateStageRequest withParticipantTokenConfigurations(ParticipantTokenConfiguration... participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
NOTE: This method appends the values to the existing list (if any). Use
setParticipantTokenConfigurations(java.util.Collection)
or
withParticipantTokenConfigurations(java.util.Collection)
if you want to override the existing values.
participantTokenConfigurations
- Array of participant token configuration objects to attach to the new stage.public CreateStageRequest withParticipantTokenConfigurations(Collection<ParticipantTokenConfiguration> participantTokenConfigurations)
Array of participant token configuration objects to attach to the new stage.
participantTokenConfigurations
- Array of participant token configuration objects to attach to the new stage.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 CreateStageRequest 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 CreateStageRequest addTagsEntry(String key, String value)
public CreateStageRequest clearTagsEntries()
public void setAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the new stage.
autoParticipantRecordingConfiguration
- Configuration object for individual participant recording, to attach to the new stage.public AutoParticipantRecordingConfiguration getAutoParticipantRecordingConfiguration()
Configuration object for individual participant recording, to attach to the new stage.
public CreateStageRequest withAutoParticipantRecordingConfiguration(AutoParticipantRecordingConfiguration autoParticipantRecordingConfiguration)
Configuration object for individual participant recording, to attach to the new stage.
autoParticipantRecordingConfiguration
- Configuration object for individual participant recording, to attach to the new stage.public String toString()
toString
in class Object
Object.toString()
public CreateStageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()