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 |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSpotDatafeedSubscriptionRequest.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 dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.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.BuilderCreateSpotDatafeedSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.