@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBrokerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateBrokerRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBrokerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAutoMinorVersionUpgrade()
Enables automatic upgrades to new minor versions for brokers, as Apache releases the versions.
|
String |
getBrokerId()
The name of the broker.
|
ConfigurationId |
getConfiguration()
A list of information about the configuration.
|
String |
getEngineVersion()
The version of the broker engine.
|
Logs |
getLogs()
Enables Amazon CloudWatch logging for brokers.
|
int |
hashCode() |
Boolean |
isAutoMinorVersionUpgrade()
Enables automatic upgrades to new minor versions for brokers, as Apache releases the versions.
|
void |
setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Enables automatic upgrades to new minor versions for brokers, as Apache releases the versions.
|
void |
setBrokerId(String brokerId)
The name of the broker.
|
void |
setConfiguration(ConfigurationId configuration)
A list of information about the configuration.
|
void |
setEngineVersion(String engineVersion)
The version of the broker engine.
|
void |
setLogs(Logs logs)
Enables Amazon CloudWatch logging for brokers.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBrokerRequest |
withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Enables automatic upgrades to new minor versions for brokers, as Apache releases the versions.
|
UpdateBrokerRequest |
withBrokerId(String brokerId)
The name of the broker.
|
UpdateBrokerRequest |
withConfiguration(ConfigurationId configuration)
A list of information about the configuration.
|
UpdateBrokerRequest |
withEngineVersion(String engineVersion)
The version of the broker engine.
|
UpdateBrokerRequest |
withLogs(Logs logs)
Enables Amazon CloudWatch logging for brokers.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
autoMinorVersionUpgrade
- Enables automatic upgrades to new minor versions for brokers, as Apache releases the versions. The
automatic upgrades occur during the maintenance window of the broker or after a manual broker reboot.public Boolean getAutoMinorVersionUpgrade()
public UpdateBrokerRequest withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
autoMinorVersionUpgrade
- Enables automatic upgrades to new minor versions for brokers, as Apache releases the versions. The
automatic upgrades occur during the maintenance window of the broker or after a manual broker reboot.public Boolean isAutoMinorVersionUpgrade()
public void setBrokerId(String brokerId)
brokerId
- The name of the broker. This value must be unique in your AWS account, 1-50 characters long, must contain
only letters, numbers, dashes, and underscores, and must not contain whitespaces, brackets, wildcard
characters, or special characters.public String getBrokerId()
public UpdateBrokerRequest withBrokerId(String brokerId)
brokerId
- The name of the broker. This value must be unique in your AWS account, 1-50 characters long, must contain
only letters, numbers, dashes, and underscores, and must not contain whitespaces, brackets, wildcard
characters, or special characters.public void setConfiguration(ConfigurationId configuration)
configuration
- A list of information about the configuration.public ConfigurationId getConfiguration()
public UpdateBrokerRequest withConfiguration(ConfigurationId configuration)
configuration
- A list of information about the configuration.public void setEngineVersion(String engineVersion)
engineVersion
- The version of the broker engine. For a list of supported engine versions, see
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.htmlpublic String getEngineVersion()
public UpdateBrokerRequest withEngineVersion(String engineVersion)
engineVersion
- The version of the broker engine. For a list of supported engine versions, see
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.htmlpublic void setLogs(Logs logs)
logs
- Enables Amazon CloudWatch logging for brokers.public Logs getLogs()
public UpdateBrokerRequest withLogs(Logs logs)
logs
- Enables Amazon CloudWatch logging for brokers.public String toString()
toString
in class Object
Object.toString()
public UpdateBrokerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.