Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotDatafeedSubscription.Builder
Packages that use SpotDatafeedSubscription.Builder
-
Uses of SpotDatafeedSubscription.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotDatafeedSubscription.BuilderModifier and TypeMethodDescriptionThe name of the Amazon S3 bucket where the Spot Instance data feed is located.SpotDatafeedSubscription.builder()default SpotDatafeedSubscription.BuilderSpotDatafeedSubscription.Builder.fault(Consumer<SpotInstanceStateFault.Builder> fault) The fault codes for the Spot Instance request, if any.SpotDatafeedSubscription.Builder.fault(SpotInstanceStateFault fault) The fault codes for the Spot Instance request, if any.The Amazon Web Services account ID of the account.The prefix for the data feed files.The state of the Spot Instance data feed subscription.SpotDatafeedSubscription.Builder.state(DatafeedSubscriptionState state) The state of the Spot Instance data feed subscription.SpotDatafeedSubscription.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotDatafeedSubscription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SpotDatafeedSubscription.Builder>SpotDatafeedSubscription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotDatafeedSubscription.BuilderModifier and TypeMethodDescriptionCreateSpotDatafeedSubscriptionResponse.Builder.spotDatafeedSubscription(Consumer<SpotDatafeedSubscription.Builder> spotDatafeedSubscription) The Spot Instance data feed subscription.DescribeSpotDatafeedSubscriptionResponse.Builder.spotDatafeedSubscription(Consumer<SpotDatafeedSubscription.Builder> spotDatafeedSubscription) The Spot Instance data feed subscription.