CopyableBuilder<SpotDatafeedSubscription.Builder,SpotDatafeedSubscription>
, SdkBuilder<SpotDatafeedSubscription.Builder,SpotDatafeedSubscription>
public static interface SpotDatafeedSubscription.Builder extends CopyableBuilder<SpotDatafeedSubscription.Builder,SpotDatafeedSubscription>
Modifier and Type | Method | Description |
---|---|---|
SpotDatafeedSubscription.Builder |
bucket(String bucket) |
The Amazon S3 bucket where the Spot instance data feed is located.
|
SpotDatafeedSubscription.Builder |
fault(SpotInstanceStateFault fault) |
The fault codes for the Spot instance request, if any.
|
SpotDatafeedSubscription.Builder |
ownerId(String ownerId) |
The AWS account ID of the account.
|
SpotDatafeedSubscription.Builder |
prefix(String prefix) |
The prefix that is prepended to data feed files.
|
SpotDatafeedSubscription.Builder |
state(String state) |
The state of the Spot instance data feed subscription.
|
SpotDatafeedSubscription.Builder |
state(DatafeedSubscriptionState state) |
The state of the Spot instance data feed subscription.
|
copy
apply, build
SpotDatafeedSubscription.Builder bucket(String bucket)
The Amazon S3 bucket where the Spot instance data feed is located.
bucket
- The Amazon S3 bucket where the Spot instance data feed is located.SpotDatafeedSubscription.Builder fault(SpotInstanceStateFault fault)
The fault codes for the Spot instance request, if any.
fault
- The fault codes for the Spot instance request, if any.SpotDatafeedSubscription.Builder ownerId(String ownerId)
The AWS account ID of the account.
ownerId
- The AWS account ID of the account.SpotDatafeedSubscription.Builder prefix(String prefix)
The prefix that is prepended to data feed files.
prefix
- The prefix that is prepended to data feed files.SpotDatafeedSubscription.Builder state(String state)
The state of the Spot instance data feed subscription.
state
- The state of the Spot instance data feed subscription.DatafeedSubscriptionState
SpotDatafeedSubscription.Builder state(DatafeedSubscriptionState state)
The state of the Spot instance data feed subscription.
state
- The state of the Spot instance data feed subscription.DatafeedSubscriptionState
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.