CopyableBuilder<CreateSpotDatafeedSubscriptionRequest.Builder,CreateSpotDatafeedSubscriptionRequest>
, SdkBuilder<CreateSpotDatafeedSubscriptionRequest.Builder,CreateSpotDatafeedSubscriptionRequest>
public static interface CreateSpotDatafeedSubscriptionRequest.Builder extends CopyableBuilder<CreateSpotDatafeedSubscriptionRequest.Builder,CreateSpotDatafeedSubscriptionRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateSpotDatafeedSubscriptionRequest.Builder |
bucket(String bucket) |
The Amazon S3 bucket in which to store the Spot instance data feed.
|
CreateSpotDatafeedSubscriptionRequest.Builder |
prefix(String prefix) |
A prefix for the data feed file names.
|
copy
apply, build
CreateSpotDatafeedSubscriptionRequest.Builder bucket(String bucket)
The Amazon S3 bucket in which to store the Spot instance data feed.
bucket
- The Amazon S3 bucket in which to store the Spot instance data feed.CreateSpotDatafeedSubscriptionRequest.Builder prefix(String prefix)
A prefix for the data feed file names.
prefix
- A prefix for the data feed file names.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.