@Generated(value="software.amazon.awssdk:codegen") public class SpotDatafeedSubscription extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<SpotDatafeedSubscription.Builder,SpotDatafeedSubscription>
Describes the data feed for a Spot instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpotDatafeedSubscription.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The Amazon S3 bucket where the Spot instance data feed is located.
|
static SpotDatafeedSubscription.Builder |
builder() |
boolean |
equals(Object obj) |
SpotInstanceStateFault |
fault()
The fault codes for the Spot instance request, if any.
|
int |
hashCode() |
String |
ownerId()
The AWS account ID of the account.
|
String |
prefix()
The prefix that is prepended to data feed files.
|
static Class<? extends SpotDatafeedSubscription.Builder> |
serializableBuilderClass() |
String |
state()
The state of the Spot instance data feed subscription.
|
SpotDatafeedSubscription.Builder |
toBuilder() |
String |
toString() |
public String bucket()
The Amazon S3 bucket where the Spot instance data feed is located.
public SpotInstanceStateFault fault()
The fault codes for the Spot instance request, if any.
public String ownerId()
The AWS account ID of the account.
public String prefix()
The prefix that is prepended to data feed files.
public String state()
The state of the Spot instance data feed subscription.
DatafeedSubscriptionStatepublic SpotDatafeedSubscription.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<SpotDatafeedSubscription.Builder,SpotDatafeedSubscription>public static SpotDatafeedSubscription.Builder builder()
public static Class<? extends SpotDatafeedSubscription.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.