Interface DiscoveryData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DiscoveryData.Builder,
,DiscoveryData> SdkBuilder<DiscoveryData.Builder,
,DiscoveryData> SdkPojo
- Enclosing class:
DiscoveryData
@Mutable
@NotThreadSafe
public static interface DiscoveryData.Builder
extends SdkPojo, CopyableBuilder<DiscoveryData.Builder,DiscoveryData>
-
Method Summary
Modifier and TypeMethodDescriptioncapabilityArns
(String... capabilityArns) List of capabilities to associate with agent.capabilityArns
(Collection<String> capabilityArns) List of capabilities to associate with agent.privateIpAddresses
(String... privateIpAddresses) List of private IP addresses to associate with agent.privateIpAddresses
(Collection<String> privateIpAddresses) List of private IP addresses to associate with agent.publicIpAddresses
(String... publicIpAddresses) List of public IP addresses to associate with agent.publicIpAddresses
(Collection<String> publicIpAddresses) List of public IP addresses to associate with agent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
capabilityArns
List of capabilities to associate with agent.
- Parameters:
capabilityArns
- List of capabilities to associate with agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilityArns
List of capabilities to associate with agent.
- Parameters:
capabilityArns
- List of capabilities to associate with agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateIpAddresses
List of private IP addresses to associate with agent.
- Parameters:
privateIpAddresses
- List of private IP addresses to associate with agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateIpAddresses
List of private IP addresses to associate with agent.
- Parameters:
privateIpAddresses
- List of private IP addresses to associate with agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicIpAddresses
List of public IP addresses to associate with agent.
- Parameters:
publicIpAddresses
- List of public IP addresses to associate with agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicIpAddresses
List of public IP addresses to associate with agent.
- Parameters:
publicIpAddresses
- List of public IP addresses to associate with agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-