public static interface SpotDatafeedSubscription.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<SpotDatafeedSubscription.Builder,SpotDatafeedSubscription>
| Modifier and Type | Method and 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(DatafeedSubscriptionState state)
The state of the Spot instance data feed subscription.
|
SpotDatafeedSubscription.Builder |
state(String state)
The state of the Spot instance data feed subscription.
|
copyapply, buildSpotDatafeedSubscription.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,
DatafeedSubscriptionStateSpotDatafeedSubscription.Builder state(DatafeedSubscriptionState state)
The state of the Spot instance data feed subscription.
state - The state of the Spot instance data feed subscription.DatafeedSubscriptionState,
DatafeedSubscriptionStateCopyright © 2017. All rights reserved.