@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBrokerTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateBrokerTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateBrokerTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
String |
getCurrentVersion()
The cluster version that you want to change.
|
String |
getTargetInstanceType()
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
void |
setCurrentVersion(String currentVersion)
The cluster version that you want to change.
|
void |
setTargetInstanceType(String targetInstanceType)
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBrokerTypeRequest |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateBrokerTypeRequest |
withCurrentVersion(String currentVersion)
The cluster version that you want to change.
|
UpdateBrokerTypeRequest |
withTargetInstanceType(String targetInstanceType)
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public String getClusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public UpdateBrokerTypeRequest withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public void setCurrentVersion(String currentVersion)
The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
currentVersion - The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
public String getCurrentVersion()
The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
public UpdateBrokerTypeRequest withCurrentVersion(String currentVersion)
The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
currentVersion - The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
public void setTargetInstanceType(String targetInstanceType)
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
targetInstanceType - The Amazon MSK broker type that you want all of the brokers in this cluster to be.
public String getTargetInstanceType()
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
public UpdateBrokerTypeRequest withTargetInstanceType(String targetInstanceType)
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
targetInstanceType - The Amazon MSK broker type that you want all of the brokers in this cluster to be.
public String toString()
toString in class ObjectObject.toString()public UpdateBrokerTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.