public static interface Connector.Builder extends SdkPojo, CopyableBuilder<Connector.Builder,Connector>
Modifier and Type | Method and Description |
---|---|
Connector.Builder |
associatedOn(Instant associatedOn)
The time the connector was associated.
|
Connector.Builder |
capabilityList(Collection<ConnectorCapability> capabilityList)
The capabilities of the connector.
|
Connector.Builder |
capabilityList(ConnectorCapability... capabilityList)
The capabilities of the connector.
|
Connector.Builder |
capabilityListWithStrings(Collection<String> capabilityList)
The capabilities of the connector.
|
Connector.Builder |
capabilityListWithStrings(String... capabilityList)
The capabilities of the connector.
|
Connector.Builder |
connectorId(String connectorId)
The identifier of the connector.
|
Connector.Builder |
ipAddress(String ipAddress)
The IP address of the connector.
|
Connector.Builder |
macAddress(String macAddress)
The MAC address of the connector.
|
Connector.Builder |
status(ConnectorStatus status)
The status of the connector.
|
Connector.Builder |
status(String status)
The status of the connector.
|
Connector.Builder |
version(String version)
The connector version.
|
Connector.Builder |
vmManagerId(String vmManagerId)
The identifier of the VM manager.
|
Connector.Builder |
vmManagerName(String vmManagerName)
The name of the VM manager.
|
Connector.Builder |
vmManagerType(String vmManagerType)
The VM management product.
|
Connector.Builder |
vmManagerType(VmManagerType vmManagerType)
The VM management product.
|
copy
applyMutation, build
Connector.Builder connectorId(String connectorId)
The identifier of the connector.
connectorId
- The identifier of the connector.Connector.Builder version(String version)
The connector version.
version
- The connector version.Connector.Builder status(String status)
The status of the connector.
status
- The status of the connector.ConnectorStatus
,
ConnectorStatus
Connector.Builder status(ConnectorStatus status)
The status of the connector.
status
- The status of the connector.ConnectorStatus
,
ConnectorStatus
Connector.Builder capabilityListWithStrings(Collection<String> capabilityList)
The capabilities of the connector.
capabilityList
- The capabilities of the connector.Connector.Builder capabilityListWithStrings(String... capabilityList)
The capabilities of the connector.
capabilityList
- The capabilities of the connector.Connector.Builder capabilityList(Collection<ConnectorCapability> capabilityList)
The capabilities of the connector.
capabilityList
- The capabilities of the connector.Connector.Builder capabilityList(ConnectorCapability... capabilityList)
The capabilities of the connector.
capabilityList
- The capabilities of the connector.Connector.Builder vmManagerName(String vmManagerName)
The name of the VM manager.
vmManagerName
- The name of the VM manager.Connector.Builder vmManagerType(String vmManagerType)
The VM management product.
vmManagerType
- The VM management product.VmManagerType
,
VmManagerType
Connector.Builder vmManagerType(VmManagerType vmManagerType)
The VM management product.
vmManagerType
- The VM management product.VmManagerType
,
VmManagerType
Connector.Builder vmManagerId(String vmManagerId)
The identifier of the VM manager.
vmManagerId
- The identifier of the VM manager.Connector.Builder ipAddress(String ipAddress)
The IP address of the connector.
ipAddress
- The IP address of the connector.Connector.Builder macAddress(String macAddress)
The MAC address of the connector.
macAddress
- The MAC address of the connector.Connector.Builder associatedOn(Instant associatedOn)
The time the connector was associated.
associatedOn
- The time the connector was associated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.