public static interface Connector.Builder extends CopyableBuilder<Connector.Builder,Connector>
Modifier and Type | Method and Description |
---|---|
Connector.Builder |
associatedOn(Instant associatedOn)
Sets the value of the AssociatedOn property for this object.
|
Connector.Builder |
capabilityList(Collection<ConnectorCapability> capabilityList)
Sets the value of the CapabilityList property for this object.
|
Connector.Builder |
capabilityList(ConnectorCapability... capabilityList)
Sets the value of the CapabilityList property for this object.
|
Connector.Builder |
capabilityListWithStrings(Collection<String> capabilityList)
Sets the value of the CapabilityList property for this object.
|
Connector.Builder |
capabilityListWithStrings(String... capabilityList)
Sets the value of the CapabilityList property for this object.
|
Connector.Builder |
connectorId(String connectorId)
Sets the value of the ConnectorId property for this object.
|
Connector.Builder |
ipAddress(String ipAddress)
Sets the value of the IpAddress property for this object.
|
Connector.Builder |
macAddress(String macAddress)
Sets the value of the MacAddress property for this object.
|
Connector.Builder |
status(ConnectorStatus status)
Sets the value of the Status property for this object.
|
Connector.Builder |
status(String status)
Sets the value of the Status property for this object.
|
Connector.Builder |
version(String version)
Sets the value of the Version property for this object.
|
Connector.Builder |
vmManagerId(String vmManagerId)
Sets the value of the VmManagerId property for this object.
|
Connector.Builder |
vmManagerName(String vmManagerName)
Sets the value of the VmManagerName property for this object.
|
Connector.Builder |
vmManagerType(String vmManagerType)
Sets the value of the VmManagerType property for this object.
|
Connector.Builder |
vmManagerType(VmManagerType vmManagerType)
Sets the value of the VmManagerType property for this object.
|
copy
applyMutation, build
Connector.Builder connectorId(String connectorId)
connectorId
- The new value for the ConnectorId property for this object.Connector.Builder version(String version)
version
- The new value for the Version property for this object.Connector.Builder status(String status)
status
- The new value for the Status property for this object.ConnectorStatus
,
ConnectorStatus
Connector.Builder status(ConnectorStatus status)
status
- The new value for the Status property for this object.ConnectorStatus
,
ConnectorStatus
Connector.Builder capabilityListWithStrings(Collection<String> capabilityList)
capabilityList
- The new value for the CapabilityList property for this object.Connector.Builder capabilityListWithStrings(String... capabilityList)
capabilityList
- The new value for the CapabilityList property for this object.Connector.Builder capabilityList(Collection<ConnectorCapability> capabilityList)
capabilityList
- The new value for the CapabilityList property for this object.Connector.Builder capabilityList(ConnectorCapability... capabilityList)
capabilityList
- The new value for the CapabilityList property for this object.Connector.Builder vmManagerName(String vmManagerName)
vmManagerName
- The new value for the VmManagerName property for this object.Connector.Builder vmManagerType(String vmManagerType)
vmManagerType
- The new value for the VmManagerType property for this object.VmManagerType
,
VmManagerType
Connector.Builder vmManagerType(VmManagerType vmManagerType)
vmManagerType
- The new value for the VmManagerType property for this object.VmManagerType
,
VmManagerType
Connector.Builder vmManagerId(String vmManagerId)
vmManagerId
- The new value for the VmManagerId property for this object.Connector.Builder ipAddress(String ipAddress)
ipAddress
- The new value for the IpAddress property for this object.Connector.Builder macAddress(String macAddress)
macAddress
- The new value for the MacAddress property for this object.Connector.Builder associatedOn(Instant associatedOn)
associatedOn
- The new value for the AssociatedOn property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.