public static interface DeleteFlowLogsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteFlowLogsRequest.Builder,DeleteFlowLogsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteFlowLogsRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteFlowLogsRequest.Builder |
flowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
|
DeleteFlowLogsRequest.Builder |
flowLogIds(String... flowLogIds)
One or more flow log IDs.
|
DeleteFlowLogsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteFlowLogsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFlowLogsRequest.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.DeleteFlowLogsRequest.Builder flowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
flowLogIds - One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
DeleteFlowLogsRequest.Builder flowLogIds(String... flowLogIds)
One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
flowLogIds - One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
DeleteFlowLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteFlowLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.