Interface VcfHostnames.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VcfHostnames.Builder,
,VcfHostnames> SdkBuilder<VcfHostnames.Builder,
,VcfHostnames> SdkPojo
- Enclosing class:
VcfHostnames
@Mutable
@NotThreadSafe
public static interface VcfHostnames.Builder
extends SdkPojo, CopyableBuilder<VcfHostnames.Builder,VcfHostnames>
-
Method Summary
Modifier and TypeMethodDescriptioncloudBuilder
(String cloudBuilder) The hostname for VMware Cloud Builder.The VMware NSX hostname.The hostname for the first NSX Edge node.The hostname for the second NSX Edge node.nsxManager1
(String nsxManager1) The hostname for the first VMware NSX Manager virtual machine (VM).nsxManager2
(String nsxManager2) The hostname for the second VMware NSX Manager virtual machine (VM).nsxManager3
(String nsxManager3) The hostname for the third VMware NSX Manager virtual machine (VM).sddcManager
(String sddcManager) The hostname for SDDC Manager.The VMware vCenter hostname.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
-
vCenter
The VMware vCenter hostname.
- Parameters:
vCenter
- The VMware vCenter hostname.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsx
The VMware NSX hostname.
- Parameters:
nsx
- The VMware NSX hostname.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsxManager1
The hostname for the first VMware NSX Manager virtual machine (VM).
- Parameters:
nsxManager1
- The hostname for the first VMware NSX Manager virtual machine (VM).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsxManager2
The hostname for the second VMware NSX Manager virtual machine (VM).
- Parameters:
nsxManager2
- The hostname for the second VMware NSX Manager virtual machine (VM).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsxManager3
The hostname for the third VMware NSX Manager virtual machine (VM).
- Parameters:
nsxManager3
- The hostname for the third VMware NSX Manager virtual machine (VM).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsxEdge1
The hostname for the first NSX Edge node.
- Parameters:
nsxEdge1
- The hostname for the first NSX Edge node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsxEdge2
The hostname for the second NSX Edge node.
- Parameters:
nsxEdge2
- The hostname for the second NSX Edge node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sddcManager
The hostname for SDDC Manager.
- Parameters:
sddcManager
- The hostname for SDDC Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudBuilder
The hostname for VMware Cloud Builder.
- Parameters:
cloudBuilder
- The hostname for VMware Cloud Builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-