@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BrokerInstanceOption extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BrokerInstanceOption() |
Modifier and Type | Method and Description |
---|---|
BrokerInstanceOption |
clone() |
boolean |
equals(Object obj) |
List<AvailabilityZone> |
getAvailabilityZones()
The list of available az.
|
String |
getEngineType()
The type of broker engine.
|
String |
getHostInstanceType()
The type of broker instance.
|
String |
getStorageType()
The broker's storage type.
|
List<String> |
getSupportedDeploymentModes()
The list of supported deployment modes.
|
List<String> |
getSupportedEngineVersions()
The list of supported engine versions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
The list of available az.
|
void |
setEngineType(String engineType)
The type of broker engine.
|
void |
setHostInstanceType(String hostInstanceType)
The type of broker instance.
|
void |
setStorageType(String storageType)
The broker's storage type.
|
void |
setSupportedDeploymentModes(Collection<String> supportedDeploymentModes)
The list of supported deployment modes.
|
void |
setSupportedEngineVersions(Collection<String> supportedEngineVersions)
The list of supported engine versions.
|
String |
toString()
Returns a string representation of this object.
|
BrokerInstanceOption |
withAvailabilityZones(AvailabilityZone... availabilityZones)
The list of available az.
|
BrokerInstanceOption |
withAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
The list of available az.
|
BrokerInstanceOption |
withEngineType(EngineType engineType)
The type of broker engine.
|
BrokerInstanceOption |
withEngineType(String engineType)
The type of broker engine.
|
BrokerInstanceOption |
withHostInstanceType(String hostInstanceType)
The type of broker instance.
|
BrokerInstanceOption |
withStorageType(BrokerStorageType storageType)
The broker's storage type.
|
BrokerInstanceOption |
withStorageType(String storageType)
The broker's storage type.
|
BrokerInstanceOption |
withSupportedDeploymentModes(Collection<String> supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption |
withSupportedDeploymentModes(DeploymentMode... supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption |
withSupportedDeploymentModes(String... supportedDeploymentModes)
The list of supported deployment modes.
|
BrokerInstanceOption |
withSupportedEngineVersions(Collection<String> supportedEngineVersions)
The list of supported engine versions.
|
BrokerInstanceOption |
withSupportedEngineVersions(String... supportedEngineVersions)
The list of supported engine versions.
|
public List<AvailabilityZone> getAvailabilityZones()
public void setAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
availabilityZones
- The list of available az.public BrokerInstanceOption withAvailabilityZones(AvailabilityZone... availabilityZones)
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZones(java.util.Collection)
or withAvailabilityZones(java.util.Collection)
if
you want to override the existing values.
availabilityZones
- The list of available az.public BrokerInstanceOption withAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
availabilityZones
- The list of available az.public void setEngineType(String engineType)
engineType
- The type of broker engine.EngineType
public String getEngineType()
EngineType
public BrokerInstanceOption withEngineType(String engineType)
engineType
- The type of broker engine.EngineType
public BrokerInstanceOption withEngineType(EngineType engineType)
engineType
- The type of broker engine.EngineType
public void setHostInstanceType(String hostInstanceType)
hostInstanceType
- The type of broker instance.public String getHostInstanceType()
public BrokerInstanceOption withHostInstanceType(String hostInstanceType)
hostInstanceType
- The type of broker instance.public void setStorageType(String storageType)
storageType
- The broker's storage type.BrokerStorageType
public String getStorageType()
BrokerStorageType
public BrokerInstanceOption withStorageType(String storageType)
storageType
- The broker's storage type.BrokerStorageType
public BrokerInstanceOption withStorageType(BrokerStorageType storageType)
storageType
- The broker's storage type.BrokerStorageType
public List<String> getSupportedDeploymentModes()
DeploymentMode
public void setSupportedDeploymentModes(Collection<String> supportedDeploymentModes)
supportedDeploymentModes
- The list of supported deployment modes.DeploymentMode
public BrokerInstanceOption withSupportedDeploymentModes(String... supportedDeploymentModes)
NOTE: This method appends the values to the existing list (if any). Use
setSupportedDeploymentModes(java.util.Collection)
or
withSupportedDeploymentModes(java.util.Collection)
if you want to override the existing values.
supportedDeploymentModes
- The list of supported deployment modes.DeploymentMode
public BrokerInstanceOption withSupportedDeploymentModes(Collection<String> supportedDeploymentModes)
supportedDeploymentModes
- The list of supported deployment modes.DeploymentMode
public BrokerInstanceOption withSupportedDeploymentModes(DeploymentMode... supportedDeploymentModes)
supportedDeploymentModes
- The list of supported deployment modes.DeploymentMode
public List<String> getSupportedEngineVersions()
public void setSupportedEngineVersions(Collection<String> supportedEngineVersions)
supportedEngineVersions
- The list of supported engine versions.public BrokerInstanceOption withSupportedEngineVersions(String... supportedEngineVersions)
NOTE: This method appends the values to the existing list (if any). Use
setSupportedEngineVersions(java.util.Collection)
or
withSupportedEngineVersions(java.util.Collection)
if you want to override the existing values.
supportedEngineVersions
- The list of supported engine versions.public BrokerInstanceOption withSupportedEngineVersions(Collection<String> supportedEngineVersions)
supportedEngineVersions
- The list of supported engine versions.public String toString()
toString
in class Object
Object.toString()
public BrokerInstanceOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.