Interface SvmEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SvmEndpoint.Builder,SvmEndpoint>,SdkBuilder<SvmEndpoint.Builder,SvmEndpoint>,SdkPojo
- Enclosing class:
- SvmEndpoint
public static interface SvmEndpoint.Builder extends SdkPojo, CopyableBuilder<SvmEndpoint.Builder,SvmEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SvmEndpoint.BuilderdnsName(String dnsName)Sets the value of the DNSName property for this object.SvmEndpoint.BuilderipAddresses(String... ipAddresses)The SVM endpoint's IP addresses.SvmEndpoint.BuilderipAddresses(Collection<String> ipAddresses)The SVM endpoint's IP addresses.-
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 Detail
-
dnsName
SvmEndpoint.Builder dnsName(String dnsName)
Sets the value of the DNSName property for this object.- Parameters:
dnsName- The new value for the DNSName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddresses
SvmEndpoint.Builder ipAddresses(Collection<String> ipAddresses)
The SVM endpoint's IP addresses.
- Parameters:
ipAddresses- The SVM endpoint's IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddresses
SvmEndpoint.Builder ipAddresses(String... ipAddresses)
The SVM endpoint's IP addresses.
- Parameters:
ipAddresses- The SVM endpoint's IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-