public static interface ResetNetworkInterfaceAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ResetNetworkInterfaceAttributeRequest.Builder,ResetNetworkInterfaceAttributeRequest>
Modifier and Type | Method and Description |
---|---|
ResetNetworkInterfaceAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ResetNetworkInterfaceAttributeRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
ResetNetworkInterfaceAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResetNetworkInterfaceAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ResetNetworkInterfaceAttributeRequest.Builder |
sourceDestCheck(String sourceDestCheck)
The source/destination checking attribute.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ResetNetworkInterfaceAttributeRequest.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
.ResetNetworkInterfaceAttributeRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId
- The ID of the network interface.ResetNetworkInterfaceAttributeRequest.Builder sourceDestCheck(String sourceDestCheck)
The source/destination checking attribute. Resets the value to true
.
sourceDestCheck
- The source/destination checking attribute. Resets the value to true
.ResetNetworkInterfaceAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ResetNetworkInterfaceAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.