|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elastictranscoder.model.UpdatePipelineRequest
public class UpdatePipelineRequest
Container for the parameters to the UpdatePipeline operation.
AmazonElasticTranscoder.updatePipeline(UpdatePipelineRequest),
Serialized Form| Constructor Summary | |
|---|---|
UpdatePipelineRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
PipelineOutputConfig |
getContentConfig()
|
String |
getId()
Constraints: Pattern: ^\d{13}-\w{6}$ |
String |
getInputBucket()
Constraints: Pattern: ^(\w|\.|-){1,255}$ |
String |
getName()
Constraints: Length: 1 - 40 |
Notifications |
getNotifications()
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. |
String |
getRole()
Constraints: Pattern: ^arn:aws:iam::\w{12}:role/.+$ |
PipelineOutputConfig |
getThumbnailConfig()
|
int |
hashCode()
|
void |
setContentConfig(PipelineOutputConfig contentConfig)
|
void |
setId(String id)
Constraints: Pattern: ^\d{13}-\w{6}$ |
void |
setInputBucket(String inputBucket)
Constraints: Pattern: ^(\w|\.|-){1,255}$ |
void |
setName(String name)
Constraints: Length: 1 - 40 |
void |
setNotifications(Notifications notifications)
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. |
void |
setRole(String role)
Constraints: Pattern: ^arn:aws:iam::\w{12}:role/.+$ |
void |
setThumbnailConfig(PipelineOutputConfig thumbnailConfig)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdatePipelineRequest |
withContentConfig(PipelineOutputConfig contentConfig)
Returns a reference to this object so that method calls can be chained together. |
UpdatePipelineRequest |
withId(String id)
Returns a reference to this object so that method calls can be chained together. |
UpdatePipelineRequest |
withInputBucket(String inputBucket)
Returns a reference to this object so that method calls can be chained together. |
UpdatePipelineRequest |
withName(String name)
Returns a reference to this object so that method calls can be chained together. |
UpdatePipelineRequest |
withNotifications(Notifications notifications)
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. |
UpdatePipelineRequest |
withRole(String role)
Returns a reference to this object so that method calls can be chained together. |
UpdatePipelineRequest |
withThumbnailConfig(PipelineOutputConfig thumbnailConfig)
Returns a reference to this object so that method calls can be chained together. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdatePipelineRequest()
| Method Detail |
|---|
public String getId()
Constraints:
Pattern: ^\d{13}-\w{6}$
public void setId(String id)
Constraints:
Pattern: ^\d{13}-\w{6}$
id - public UpdatePipelineRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
id -
public String getName()
Constraints:
Length: 1 - 40
public void setName(String name)
Constraints:
Length: 1 - 40
name - public UpdatePipelineRequest withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 40
name -
public String getInputBucket()
Constraints:
Pattern: ^(\w|\.|-){1,255}$
public void setInputBucket(String inputBucket)
Constraints:
Pattern: ^(\w|\.|-){1,255}$
inputBucket - public UpdatePipelineRequest withInputBucket(String inputBucket)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^(\w|\.|-){1,255}$
inputBucket -
public String getRole()
Constraints:
Pattern: ^arn:aws:iam::\w{12}:role/.+$
public void setRole(String role)
Constraints:
Pattern: ^arn:aws:iam::\w{12}:role/.+$
role - public UpdatePipelineRequest withRole(String role)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^arn:aws:iam::\w{12}:role/.+$
role -
public Notifications getNotifications()
public void setNotifications(Notifications notifications)
notifications - The Amazon Simple Notification Service (Amazon SNS) topic or topics to
notify in order to report job status. public UpdatePipelineRequest withNotifications(Notifications notifications)
Returns a reference to this object so that method calls can be chained together.
notifications - The Amazon Simple Notification Service (Amazon SNS) topic or topics to
notify in order to report job status. public PipelineOutputConfig getContentConfig()
public void setContentConfig(PipelineOutputConfig contentConfig)
contentConfig - public UpdatePipelineRequest withContentConfig(PipelineOutputConfig contentConfig)
Returns a reference to this object so that method calls can be chained together.
contentConfig -
public PipelineOutputConfig getThumbnailConfig()
public void setThumbnailConfig(PipelineOutputConfig thumbnailConfig)
thumbnailConfig - public UpdatePipelineRequest withThumbnailConfig(PipelineOutputConfig thumbnailConfig)
Returns a reference to this object so that method calls can be chained together.
thumbnailConfig -
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||