|
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.services.elastictranscoder.model.PipelineOutputConfig
public class PipelineOutputConfig
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 |
---|
public PipelineOutputConfig()
Method Detail |
---|
public String getBucket()
Constraints:
Pattern: ^(\w|\.|-){1,255}$
public void setBucket(String bucket)
Constraints:
Pattern: ^(\w|\.|-){1,255}$
bucket
- public PipelineOutputConfig withBucket(String bucket)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^(\w|\.|-){1,255}$
bucket
-
public String getStorageClass()
Constraints:
Pattern: (^ReducedRedundancy$)|(^Standard$)
public void setStorageClass(String storageClass)
Constraints:
Pattern: (^ReducedRedundancy$)|(^Standard$)
storageClass
- public PipelineOutputConfig withStorageClass(String storageClass)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: (^ReducedRedundancy$)|(^Standard$)
storageClass
-
public List<Permission> getPermissions()
Constraints:
Length: 0 - 30
public void setPermissions(Collection<Permission> permissions)
Constraints:
Length: 0 - 30
permissions
- public PipelineOutputConfig withPermissions(Permission... permissions)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 30
permissions
-
public PipelineOutputConfig withPermissions(Collection<Permission> permissions)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 30
permissions
-
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |