public static interface DeleteFlowLogsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteFlowLogsRequest.Builder,DeleteFlowLogsRequest>
| Modifier and Type | Method and Description |
|---|---|
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 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 © 2021. All rights reserved.