public static interface AssignPrivateIpAddressesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssignPrivateIpAddressesResponse.Builder,AssignPrivateIpAddressesResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssignPrivateIpAddressesResponse.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.AssignPrivateIpAddressesResponse.Builder assignedPrivateIpAddresses(Collection<AssignedPrivateIpAddress> assignedPrivateIpAddresses)
The private IP addresses assigned to the network interface.
assignedPrivateIpAddresses - The private IP addresses assigned to the network interface.AssignPrivateIpAddressesResponse.Builder assignedPrivateIpAddresses(AssignedPrivateIpAddress... assignedPrivateIpAddresses)
The private IP addresses assigned to the network interface.
assignedPrivateIpAddresses - The private IP addresses assigned to the network interface.AssignPrivateIpAddressesResponse.Builder assignedPrivateIpAddresses(Consumer<AssignedPrivateIpAddress.Builder>... assignedPrivateIpAddresses)
The private IP addresses assigned to the network interface.
This is a convenience method that creates an instance of theAssignedPrivateIpAddress.Builder avoiding the need to
create one manually via AssignedPrivateIpAddress.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assignedPrivateIpAddresses(List.
assignedPrivateIpAddresses - a consumer that will call methods on
AssignedPrivateIpAddress.Builder#assignedPrivateIpAddresses(java.util.Collection) AssignPrivateIpAddressesResponse.Builder assignedIpv4Prefixes(Collection<Ipv4PrefixSpecification> assignedIpv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
assignedIpv4Prefixes - The IPv4 prefixes that are assigned to the network interface.AssignPrivateIpAddressesResponse.Builder assignedIpv4Prefixes(Ipv4PrefixSpecification... assignedIpv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
assignedIpv4Prefixes - The IPv4 prefixes that are assigned to the network interface.AssignPrivateIpAddressesResponse.Builder assignedIpv4Prefixes(Consumer<Ipv4PrefixSpecification.Builder>... assignedIpv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
This is a convenience method that creates an instance of theIpv4PrefixSpecification.Builder avoiding the need to create
one manually via Ipv4PrefixSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assignedIpv4Prefixes(List.
assignedIpv4Prefixes - a consumer that will call methods on
Ipv4PrefixSpecification.Builder#assignedIpv4Prefixes(java.util.Collection) Copyright © 2023. All rights reserved.