|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CreateSpotDatafeedSubscriptionRequest
public class CreateSpotDatafeedSubscriptionRequest
Constructor Summary | |
---|---|
CreateSpotDatafeedSubscriptionRequest()
|
Method Summary | |
---|---|
String |
getBucket()
The Amazon S3 bucket in which to store the Spot Instance datafeed. |
String |
getPrefix()
The prefix that is prepended to datafeed files. |
void |
setBucket(String bucket)
The Amazon S3 bucket in which to store the Spot Instance datafeed. |
void |
setPrefix(String prefix)
The prefix that is prepended to datafeed files. |
String |
toString()
|
CreateSpotDatafeedSubscriptionRequest |
withBucket(String bucket)
The Amazon S3 bucket in which to store the Spot Instance datafeed. |
CreateSpotDatafeedSubscriptionRequest |
withPrefix(String prefix)
The prefix that is prepended to datafeed files. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateSpotDatafeedSubscriptionRequest()
Method Detail |
---|
public String getBucket()
public void setBucket(String bucket)
bucket
- The Amazon S3 bucket in which to store the Spot Instance datafeed.public CreateSpotDatafeedSubscriptionRequest withBucket(String bucket)
Returns a reference to this object so that method calls can be chained together.
bucket
- The Amazon S3 bucket in which to store the Spot Instance datafeed.
public String getPrefix()
public void setPrefix(String prefix)
prefix
- The prefix that is prepended to datafeed files.public CreateSpotDatafeedSubscriptionRequest withPrefix(String prefix)
Returns a reference to this object so that method calls can be chained together.
prefix
- The prefix that is prepended to datafeed files.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |