@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMediaCapturePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateMediaCapturePipelineRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateMediaCapturePipelineRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The token assigned to the client making the pipeline request.
|
String |
getSinkArn()
The ARN of the sink type.
|
String |
getSinkType()
Destination type to which the media artifacts are saved.
|
String |
getSourceArn()
ARN of the source from which the media artifacts are captured.
|
String |
getSourceType()
Source type from which the media artifacts will be captured.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The token assigned to the client making the pipeline request.
|
void |
setSinkArn(String sinkArn)
The ARN of the sink type.
|
void |
setSinkType(String sinkType)
Destination type to which the media artifacts are saved.
|
void |
setSourceArn(String sourceArn)
ARN of the source from which the media artifacts are captured.
|
void |
setSourceType(String sourceType)
Source type from which the media artifacts will be captured.
|
String |
toString()
Returns a string representation of this object.
|
CreateMediaCapturePipelineRequest |
withClientRequestToken(String clientRequestToken)
The token assigned to the client making the pipeline request.
|
CreateMediaCapturePipelineRequest |
withSinkArn(String sinkArn)
The ARN of the sink type.
|
CreateMediaCapturePipelineRequest |
withSinkType(MediaPipelineSinkType sinkType)
Destination type to which the media artifacts are saved.
|
CreateMediaCapturePipelineRequest |
withSinkType(String sinkType)
Destination type to which the media artifacts are saved.
|
CreateMediaCapturePipelineRequest |
withSourceArn(String sourceArn)
ARN of the source from which the media artifacts are captured.
|
CreateMediaCapturePipelineRequest |
withSourceType(MediaPipelineSourceType sourceType)
Source type from which the media artifacts will be captured.
|
CreateMediaCapturePipelineRequest |
withSourceType(String sourceType)
Source type from which the media artifacts will be captured.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setSourceType(String sourceType)
Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source.
sourceType - Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported
source.MediaPipelineSourceTypepublic String getSourceType()
Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source.
MediaPipelineSourceTypepublic CreateMediaCapturePipelineRequest withSourceType(String sourceType)
Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source.
sourceType - Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported
source.MediaPipelineSourceTypepublic CreateMediaCapturePipelineRequest withSourceType(MediaPipelineSourceType sourceType)
Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source.
sourceType - Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported
source.MediaPipelineSourceTypepublic void setSourceArn(String sourceArn)
ARN of the source from which the media artifacts are captured.
sourceArn - ARN of the source from which the media artifacts are captured.public String getSourceArn()
ARN of the source from which the media artifacts are captured.
public CreateMediaCapturePipelineRequest withSourceArn(String sourceArn)
ARN of the source from which the media artifacts are captured.
sourceArn - ARN of the source from which the media artifacts are captured.public void setSinkType(String sinkType)
Destination type to which the media artifacts are saved. You must use an S3 bucket.
sinkType - Destination type to which the media artifacts are saved. You must use an S3 bucket.MediaPipelineSinkTypepublic String getSinkType()
Destination type to which the media artifacts are saved. You must use an S3 bucket.
MediaPipelineSinkTypepublic CreateMediaCapturePipelineRequest withSinkType(String sinkType)
Destination type to which the media artifacts are saved. You must use an S3 bucket.
sinkType - Destination type to which the media artifacts are saved. You must use an S3 bucket.MediaPipelineSinkTypepublic CreateMediaCapturePipelineRequest withSinkType(MediaPipelineSinkType sinkType)
Destination type to which the media artifacts are saved. You must use an S3 bucket.
sinkType - Destination type to which the media artifacts are saved. You must use an S3 bucket.MediaPipelineSinkTypepublic void setSinkArn(String sinkArn)
The ARN of the sink type.
sinkArn - The ARN of the sink type.public String getSinkArn()
The ARN of the sink type.
public CreateMediaCapturePipelineRequest withSinkArn(String sinkArn)
The ARN of the sink type.
sinkArn - The ARN of the sink type.public void setClientRequestToken(String clientRequestToken)
The token assigned to the client making the pipeline request.
clientRequestToken - The token assigned to the client making the pipeline request.public String getClientRequestToken()
The token assigned to the client making the pipeline request.
public CreateMediaCapturePipelineRequest withClientRequestToken(String clientRequestToken)
The token assigned to the client making the pipeline request.
clientRequestToken - The token assigned to the client making the pipeline request.public String toString()
toString in class ObjectObject.toString()public CreateMediaCapturePipelineRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.