public static interface CreateSpotDatafeedSubscriptionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateSpotDatafeedSubscriptionRequest.Builder,CreateSpotDatafeedSubscriptionRequest>
Modifier and Type | Method and Description |
---|---|
CreateSpotDatafeedSubscriptionRequest.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket in which to store the Spot Instance data feed.
|
CreateSpotDatafeedSubscriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSpotDatafeedSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSpotDatafeedSubscriptionRequest.Builder |
prefix(String prefix)
The prefix for the data feed file names.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateSpotDatafeedSubscriptionRequest.Builder bucket(String bucket)
The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see Rules for bucket naming in the Amazon S3 Developer Guide.
bucket
- The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information
about bucket names, see Rules
for bucket naming in the Amazon S3 Developer Guide.CreateSpotDatafeedSubscriptionRequest.Builder prefix(String prefix)
The prefix for the data feed file names.
prefix
- The prefix for the data feed file names.CreateSpotDatafeedSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateSpotDatafeedSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.