public static final class AwsWitnessEsx.Builder
extends java.lang.Object
AwsWitnessEsx.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
AwsWitnessEsx. |
| Modifier and Type | Method and Description |
|---|---|
AwsWitnessEsx |
build() |
AwsWitnessEsx.Builder |
setEniInfo(EniInfo eniInfo) |
AwsWitnessEsx.Builder |
setEnumState(java.lang.String enumState)
Possible values are:
WitnessEsx.ENUM_STATE_DEPLOYING WitnessEsx.ENUM_STATE_PROVISIONED WitnessEsx.ENUM_STATE_DELETING WitnessEsx.ENUM_STATE_READY WitnessEsx.ENUM_STATE_FAILED The state of the
witness Esx Host |
AwsWitnessEsx.Builder |
setEsxId(java.lang.String esxId)
The unique identifier for the witness esx host format: uuid
|
AwsWitnessEsx.Builder |
setHostname(java.lang.String hostname)
Host name
|
AwsWitnessEsx.Builder |
setInstanceId(java.lang.String instanceId)
Instance id of witness Esx host
|
AwsWitnessEsx.Builder |
setMacAddress(java.lang.String macAddress)
Mac Address for witness Esx Host
|
AwsWitnessEsx.Builder |
setName(java.lang.String name)
Name of the witness Esx Host
|
public Builder()
AwsWitnessEsx.public AwsWitnessEsx.Builder setInstanceId(java.lang.String instanceId)
instanceId - New value for the property.public AwsWitnessEsx.Builder setEniInfo(EniInfo eniInfo)
eniInfo - New value for the property.public AwsWitnessEsx.Builder setEnumState(java.lang.String enumState)
enumState - New value for the property.public AwsWitnessEsx.Builder setName(java.lang.String name)
name - New value for the property.public AwsWitnessEsx.Builder setMacAddress(java.lang.String macAddress)
macAddress - New value for the property.public AwsWitnessEsx.Builder setEsxId(java.lang.String esxId)
esxId - New value for the property.public AwsWitnessEsx.Builder setHostname(java.lang.String hostname)
hostname - New value for the property.public AwsWitnessEsx build()