Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elastictranscoder.model
Class UpdatePipelineRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elastictranscoder.model.UpdatePipelineRequest
All Implemented Interfaces:
Serializable

public class UpdatePipelineRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the UpdatePipeline operation.

See Also:
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

UpdatePipelineRequest

public UpdatePipelineRequest()
Method Detail

getId

public String getId()

Constraints:
Pattern: ^\d{13}-\w{6}$

Returns:

setId

public void setId(String id)

Constraints:
Pattern: ^\d{13}-\w{6}$

Parameters:
id -

withId

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}$

Parameters:
id -
Returns:
A reference to this updated object so that method calls can be chained together.

getName

public String getName()

Constraints:
Length: 1 - 40

Returns:

setName

public void setName(String name)

Constraints:
Length: 1 - 40

Parameters:
name -

withName

public UpdatePipelineRequest withName(String name)

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 40

Parameters:
name -
Returns:
A reference to this updated object so that method calls can be chained together.

getInputBucket

public String getInputBucket()

Constraints:
Pattern: ^(\w|\.|-){1,255}$

Returns:

setInputBucket

public void setInputBucket(String inputBucket)

Constraints:
Pattern: ^(\w|\.|-){1,255}$

Parameters:
inputBucket -

withInputBucket

public UpdatePipelineRequest withInputBucket(String inputBucket)

Returns a reference to this object so that method calls can be chained together.

Constraints:
Pattern: ^(\w|\.|-){1,255}$

Parameters:
inputBucket -
Returns:
A reference to this updated object so that method calls can be chained together.

getRole

public String getRole()

Constraints:
Pattern: ^arn:aws:iam::\w{12}:role/.+$

Returns:

setRole

public void setRole(String role)

Constraints:
Pattern: ^arn:aws:iam::\w{12}:role/.+$

Parameters:
role -

withRole

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/.+$

Parameters:
role -
Returns:
A reference to this updated object so that method calls can be chained together.

getNotifications

public Notifications getNotifications()
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

Returns:
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

setNotifications

public void setNotifications(Notifications notifications)
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

Parameters:
notifications - The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

withNotifications

public UpdatePipelineRequest withNotifications(Notifications notifications)
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

Returns a reference to this object so that method calls can be chained together.

Parameters:
notifications - The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status. To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
Returns:
A reference to this updated object so that method calls can be chained together.

getContentConfig

public PipelineOutputConfig getContentConfig()
Returns:

setContentConfig

public void setContentConfig(PipelineOutputConfig contentConfig)
Parameters:
contentConfig -

withContentConfig

public UpdatePipelineRequest withContentConfig(PipelineOutputConfig contentConfig)

Returns a reference to this object so that method calls can be chained together.

Parameters:
contentConfig -
Returns:
A reference to this updated object so that method calls can be chained together.

getThumbnailConfig

public PipelineOutputConfig getThumbnailConfig()
Returns:

setThumbnailConfig

public void setThumbnailConfig(PipelineOutputConfig thumbnailConfig)
Parameters:
thumbnailConfig -

withThumbnailConfig

public UpdatePipelineRequest withThumbnailConfig(PipelineOutputConfig thumbnailConfig)

Returns a reference to this object so that method calls can be chained together.

Parameters:
thumbnailConfig -
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.