Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elastictranscoder.model
Class PipelineOutputConfig

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

public class PipelineOutputConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PipelineOutputConfig()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBucket()
           Constraints:
Pattern: ^(\w|\.|-){1,255}$
 List<Permission> getPermissions()
           Constraints:
Length: 0 - 30
 String getStorageClass()
           Constraints:
Pattern: (^ReducedRedundancy$)|(^Standard$)
 int hashCode()
           
 void setBucket(String bucket)
           Constraints:
Pattern: ^(\w|\.|-){1,255}$
 void setPermissions(Collection<Permission> permissions)
           Constraints:
Length: 0 - 30
 void setStorageClass(String storageClass)
           Constraints:
Pattern: (^ReducedRedundancy$)|(^Standard$)
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 PipelineOutputConfig withBucket(String bucket)
           Returns a reference to this object so that method calls can be chained together.
 PipelineOutputConfig withPermissions(Collection<Permission> permissions)
           Returns a reference to this object so that method calls can be chained together.
 PipelineOutputConfig withPermissions(Permission... permissions)
           Returns a reference to this object so that method calls can be chained together.
 PipelineOutputConfig withStorageClass(String storageClass)
           Returns a reference to this object so that method calls can be chained together.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelineOutputConfig

public PipelineOutputConfig()
Method Detail

getBucket

public String getBucket()

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

Returns:

setBucket

public void setBucket(String bucket)

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

Parameters:
bucket -

withBucket

public PipelineOutputConfig withBucket(String bucket)

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

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

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

getStorageClass

public String getStorageClass()

Constraints:
Pattern: (^ReducedRedundancy$)|(^Standard$)

Returns:

setStorageClass

public void setStorageClass(String storageClass)

Constraints:
Pattern: (^ReducedRedundancy$)|(^Standard$)

Parameters:
storageClass -

withStorageClass

public PipelineOutputConfig withStorageClass(String storageClass)

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

Constraints:
Pattern: (^ReducedRedundancy$)|(^Standard$)

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

getPermissions

public List<Permission> getPermissions()

Constraints:
Length: 0 - 30

Returns:

setPermissions

public void setPermissions(Collection<Permission> permissions)

Constraints:
Length: 0 - 30

Parameters:
permissions -

withPermissions

public PipelineOutputConfig withPermissions(Permission... permissions)

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

Constraints:
Length: 0 - 30

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

withPermissions

public PipelineOutputConfig withPermissions(Collection<Permission> permissions)

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

Constraints:
Length: 0 - 30

Parameters:
permissions -
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.