Interface DeleteFleetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteFleetsRequest.Builder,,DeleteFleetsRequest> Ec2Request.Builder,SdkBuilder<DeleteFleetsRequest.Builder,,DeleteFleetsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteFleetsRequest
-
Method Summary
Modifier and TypeMethodDescriptionChecks whether you have the required permissions for the action, without actually making the request, and provides an error response.The IDs of the EC2 Fleets.fleetIds(Collection<String> fleetIds) The IDs of the EC2 Fleets.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) terminateInstances(Boolean terminateInstances) Indicates whether to terminate the associated instances when the EC2 Fleet is deleted.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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 isUnauthorizedOperation.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetIds
The IDs of the EC2 Fleets.
Constraints: In a single request, you can specify up to 25
instantfleet IDs and up to 100maintainorrequestfleet IDs.- Parameters:
fleetIds- The IDs of the EC2 Fleets.Constraints: In a single request, you can specify up to 25
instantfleet IDs and up to 100maintainorrequestfleet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetIds
The IDs of the EC2 Fleets.
Constraints: In a single request, you can specify up to 25
instantfleet IDs and up to 100maintainorrequestfleet IDs.- Parameters:
fleetIds- The IDs of the EC2 Fleets.Constraints: In a single request, you can specify up to 25
instantfleet IDs and up to 100maintainorrequestfleet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminateInstances
Indicates whether to terminate the associated instances when the EC2 Fleet is deleted. The default is to terminate the instances.
To let the instances continue to run after the EC2 Fleet is deleted, specify
no-terminate-instances. Supported only for fleets of typemaintainandrequest.For
instantfleets, you cannot specifyNoTerminateInstances. A deletedinstantfleet with running instances is not supported.- Parameters:
terminateInstances- Indicates whether to terminate the associated instances when the EC2 Fleet is deleted. The default is to terminate the instances.To let the instances continue to run after the EC2 Fleet is deleted, specify
no-terminate-instances. Supported only for fleets of typemaintainandrequest.For
instantfleets, you cannot specifyNoTerminateInstances. A deletedinstantfleet with running instances is not supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteFleetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFleetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-