public static interface CreateSpotDatafeedSubscriptionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateSpotDatafeedSubscriptionRequest.Builder,CreateSpotDatafeedSubscriptionRequest>
| Modifier and Type | Method and 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.
|
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. All rights reserved.