public static interface RequestSpotFleetRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RequestSpotFleetRequest.Builder,RequestSpotFleetRequest>
| Modifier and Type | Method and Description |
|---|---|
RequestSpotFleetRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
RequestSpotFleetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RequestSpotFleetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default RequestSpotFleetRequest.Builder |
spotFleetRequestConfig(Consumer<SpotFleetRequestConfigData.Builder> spotFleetRequestConfig)
The configuration for the Spot Fleet request.
|
RequestSpotFleetRequest.Builder |
spotFleetRequestConfig(SpotFleetRequestConfigData spotFleetRequestConfig)
The configuration for the Spot Fleet request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRequestSpotFleetRequest.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.RequestSpotFleetRequest.Builder spotFleetRequestConfig(SpotFleetRequestConfigData spotFleetRequestConfig)
The configuration for the Spot Fleet request.
spotFleetRequestConfig - The configuration for the Spot Fleet request.default RequestSpotFleetRequest.Builder spotFleetRequestConfig(Consumer<SpotFleetRequestConfigData.Builder> spotFleetRequestConfig)
The configuration for the Spot Fleet request.
This is a convenience method that creates an instance of theSpotFleetRequestConfigData.Builder
avoiding the need to create one manually via SpotFleetRequestConfigData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to spotFleetRequestConfig(SpotFleetRequestConfigData).
spotFleetRequestConfig - a consumer that will call methods on SpotFleetRequestConfigData.BuilderspotFleetRequestConfig(SpotFleetRequestConfigData)RequestSpotFleetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRequestSpotFleetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.