public static interface DiscoveryData.Builder extends SdkPojo, CopyableBuilder<DiscoveryData.Builder,DiscoveryData>
| Modifier and Type | Method and Description |
|---|---|
DiscoveryData.Builder |
capabilityArns(Collection<String> capabilityArns)
List of capabilities to associate with agent.
|
DiscoveryData.Builder |
capabilityArns(String... capabilityArns)
List of capabilities to associate with agent.
|
DiscoveryData.Builder |
privateIpAddresses(Collection<String> privateIpAddresses)
List of private IP addresses to associate with agent.
|
DiscoveryData.Builder |
privateIpAddresses(String... privateIpAddresses)
List of private IP addresses to associate with agent.
|
DiscoveryData.Builder |
publicIpAddresses(Collection<String> publicIpAddresses)
List of public IP addresses to associate with agent.
|
DiscoveryData.Builder |
publicIpAddresses(String... publicIpAddresses)
List of public IP addresses to associate with agent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDiscoveryData.Builder capabilityArns(Collection<String> capabilityArns)
List of capabilities to associate with agent.
capabilityArns - List of capabilities to associate with agent.DiscoveryData.Builder capabilityArns(String... capabilityArns)
List of capabilities to associate with agent.
capabilityArns - List of capabilities to associate with agent.DiscoveryData.Builder privateIpAddresses(Collection<String> privateIpAddresses)
List of private IP addresses to associate with agent.
privateIpAddresses - List of private IP addresses to associate with agent.DiscoveryData.Builder privateIpAddresses(String... privateIpAddresses)
List of private IP addresses to associate with agent.
privateIpAddresses - List of private IP addresses to associate with agent.DiscoveryData.Builder publicIpAddresses(Collection<String> publicIpAddresses)
List of public IP addresses to associate with agent.
publicIpAddresses - List of public IP addresses to associate with agent.DiscoveryData.Builder publicIpAddresses(String... publicIpAddresses)
List of public IP addresses to associate with agent.
publicIpAddresses - List of public IP addresses to associate with agent.Copyright © 2023. All rights reserved.