| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
TargetNetwork.Builder |
TargetNetwork.Builder.associationId(String associationId)
The ID of the association.
|
static TargetNetwork.Builder |
TargetNetwork.builder() |
TargetNetwork.Builder |
TargetNetwork.Builder.clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the target network is associated.
|
TargetNetwork.Builder |
TargetNetwork.Builder.securityGroups(Collection<String> securityGroups)
The IDs of the security groups applied to the target network association.
|
TargetNetwork.Builder |
TargetNetwork.Builder.securityGroups(String... securityGroups)
The IDs of the security groups applied to the target network association.
|
TargetNetwork.Builder |
TargetNetwork.Builder.status(AssociationStatus status)
The current state of the target network association.
|
default TargetNetwork.Builder |
TargetNetwork.Builder.status(Consumer<AssociationStatus.Builder> status)
The current state of the target network association.
|
TargetNetwork.Builder |
TargetNetwork.Builder.targetNetworkId(String targetNetworkId)
The ID of the subnet specified as the target network.
|
TargetNetwork.Builder |
TargetNetwork.toBuilder() |
TargetNetwork.Builder |
TargetNetwork.Builder.vpcId(String vpcId)
The ID of the VPC in which the target network (subnet) is located.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TargetNetwork.Builder> |
TargetNetwork.serializableBuilderClass() |
Copyright © 2020. All rights reserved.