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)
Add an optional request override configuration.
|
CreateSpotDatafeedSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateSpotDatafeedSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.