public static interface DescribeNetworkInterfaceAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInterfaceAttributeRequest.Builder,DescribeNetworkInterfaceAttributeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfaceAttributeRequest.Builder |
attribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest.Builder |
attribute(String attribute)
The attribute of the network interface.
|
DescribeNetworkInterfaceAttributeRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeNetworkInterfaceAttributeRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
DescribeNetworkInterfaceAttributeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeNetworkInterfaceAttributeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNetworkInterfaceAttributeRequest.Builder attribute(String attribute)
The attribute of the network interface. This parameter is required.
attribute - The attribute of the network interface. This parameter is required.NetworkInterfaceAttribute,
NetworkInterfaceAttributeDescribeNetworkInterfaceAttributeRequest.Builder attribute(NetworkInterfaceAttribute attribute)
The attribute of the network interface. This parameter is required.
attribute - The attribute of the network interface. This parameter is required.NetworkInterfaceAttribute,
NetworkInterfaceAttributeDescribeNetworkInterfaceAttributeRequest.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.DescribeNetworkInterfaceAttributeRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.DescribeNetworkInterfaceAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeNetworkInterfaceAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.