Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfaceAttributeResponse.Builder
Packages that use DescribeNetworkInterfaceAttributeResponse.Builder
-
Uses of DescribeNetworkInterfaceAttributeResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeNetworkInterfaceAttributeResponse.BuilderModifier and TypeMethodDescriptionDescribeNetworkInterfaceAttributeResponse.Builder.associatePublicIpAddress(Boolean associatePublicIpAddress) Indicates whether to assign a public IPv4 address to a network interface.DescribeNetworkInterfaceAttributeResponse.Builder.attachment(Consumer<NetworkInterfaceAttachment.Builder> attachment) The attachment (if any) of the network interface.DescribeNetworkInterfaceAttributeResponse.Builder.attachment(NetworkInterfaceAttachment attachment) The attachment (if any) of the network interface.DescribeNetworkInterfaceAttributeResponse.builder()DescribeNetworkInterfaceAttributeResponse.Builder.description(Consumer<AttributeValue.Builder> description) The description of the network interface.DescribeNetworkInterfaceAttributeResponse.Builder.description(AttributeValue description) The description of the network interface.DescribeNetworkInterfaceAttributeResponse.Builder.groups(Collection<GroupIdentifier> groups) The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResponse.Builder.groups(Consumer<GroupIdentifier.Builder>... groups) The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResponse.Builder.groups(GroupIdentifier... groups) The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResponse.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.DescribeNetworkInterfaceAttributeResponse.Builder.sourceDestCheck(Consumer<AttributeBooleanValue.Builder> sourceDestCheck) Indicates whether source/destination checking is enabled.DescribeNetworkInterfaceAttributeResponse.Builder.sourceDestCheck(AttributeBooleanValue sourceDestCheck) Indicates whether source/destination checking is enabled.DescribeNetworkInterfaceAttributeResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeNetworkInterfaceAttributeResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeNetworkInterfaceAttributeResponse.Builder>DescribeNetworkInterfaceAttributeResponse.serializableBuilderClass()