ToCopyableBuilder<SpotDatafeedSubscription.Builder,SpotDatafeedSubscription>
@Generated("software.amazon.awssdk:codegen") public class SpotDatafeedSubscription extends Object implements ToCopyableBuilder<SpotDatafeedSubscription.Builder,SpotDatafeedSubscription>
Describes the data feed for a Spot instance.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SpotDatafeedSubscription.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.
DatafeedSubscriptionState
public SpotDatafeedSubscription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SpotDatafeedSubscription.Builder,SpotDatafeedSubscription>
public static SpotDatafeedSubscription.Builder builder()
public static Class<? extends SpotDatafeedSubscription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.