@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKxClusterCodeConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateKxClusterCodeConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateKxClusterCodeConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A token that ensures idempotency.
|
String |
getClusterName()
The name of the cluster.
|
CodeConfiguration |
getCode() |
List<KxCommandLineArgument> |
getCommandLineArguments()
Specifies the key-value pairs to make them available inside the cluster.
|
KxClusterCodeDeploymentConfiguration |
getDeploymentConfiguration()
The configuration that allows you to choose how you want to update the code on a cluster.
|
String |
getEnvironmentId()
A unique identifier of the kdb environment.
|
String |
getInitializationScript()
Specifies a Q program that will be run at launch of a cluster.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setClusterName(String clusterName)
The name of the cluster.
|
void |
setCode(CodeConfiguration code) |
void |
setCommandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
|
void |
setDeploymentConfiguration(KxClusterCodeDeploymentConfiguration deploymentConfiguration)
The configuration that allows you to choose how you want to update the code on a cluster.
|
void |
setEnvironmentId(String environmentId)
A unique identifier of the kdb environment.
|
void |
setInitializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKxClusterCodeConfigurationRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxClusterCodeConfigurationRequest |
withClusterName(String clusterName)
The name of the cluster.
|
UpdateKxClusterCodeConfigurationRequest |
withCode(CodeConfiguration code) |
UpdateKxClusterCodeConfigurationRequest |
withCommandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
|
UpdateKxClusterCodeConfigurationRequest |
withCommandLineArguments(KxCommandLineArgument... commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
|
UpdateKxClusterCodeConfigurationRequest |
withDeploymentConfiguration(KxClusterCodeDeploymentConfiguration deploymentConfiguration)
The configuration that allows you to choose how you want to update the code on a cluster.
|
UpdateKxClusterCodeConfigurationRequest |
withEnvironmentId(String environmentId)
A unique identifier of the kdb environment.
|
UpdateKxClusterCodeConfigurationRequest |
withInitializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster.
|
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, withSdkRequestTimeoutpublic UpdateKxClusterCodeConfigurationRequest()
public void setEnvironmentId(String environmentId)
A unique identifier of the kdb environment.
environmentId - A unique identifier of the kdb environment.public String getEnvironmentId()
A unique identifier of the kdb environment.
public UpdateKxClusterCodeConfigurationRequest withEnvironmentId(String environmentId)
A unique identifier of the kdb environment.
environmentId - A unique identifier of the kdb environment.public void setClusterName(String clusterName)
The name of the cluster.
clusterName - The name of the cluster.public String getClusterName()
The name of the cluster.
public UpdateKxClusterCodeConfigurationRequest withClusterName(String clusterName)
The name of the cluster.
clusterName - The name of the cluster.public void setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public UpdateKxClusterCodeConfigurationRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.public void setCode(CodeConfiguration code)
code - public CodeConfiguration getCode()
public UpdateKxClusterCodeConfigurationRequest withCode(CodeConfiguration code)
code - public void setInitializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that
contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example,
somedir/init.q.
You cannot update this parameter for a NO_RESTART deployment.
initializationScript - Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip
file that contains the custom code, which will be loaded on the cluster. It must include the file name
itself. For example, somedir/init.q.
You cannot update this parameter for a NO_RESTART deployment.
public String getInitializationScript()
Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that
contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example,
somedir/init.q.
You cannot update this parameter for a NO_RESTART deployment.
somedir/init.q.
You cannot update this parameter for a NO_RESTART deployment.
public UpdateKxClusterCodeConfigurationRequest withInitializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that
contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example,
somedir/init.q.
You cannot update this parameter for a NO_RESTART deployment.
initializationScript - Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip
file that contains the custom code, which will be loaded on the cluster. It must include the file name
itself. For example, somedir/init.q.
You cannot update this parameter for a NO_RESTART deployment.
public List<KxCommandLineArgument> getCommandLineArguments()
Specifies the key-value pairs to make them available inside the cluster.
You cannot update this parameter for a NO_RESTART deployment.
You cannot update this parameter for a NO_RESTART deployment.
public void setCommandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
You cannot update this parameter for a NO_RESTART deployment.
commandLineArguments - Specifies the key-value pairs to make them available inside the cluster.
You cannot update this parameter for a NO_RESTART deployment.
public UpdateKxClusterCodeConfigurationRequest withCommandLineArguments(KxCommandLineArgument... commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
You cannot update this parameter for a NO_RESTART deployment.
NOTE: This method appends the values to the existing list (if any). Use
setCommandLineArguments(java.util.Collection) or withCommandLineArguments(java.util.Collection)
if you want to override the existing values.
commandLineArguments - Specifies the key-value pairs to make them available inside the cluster.
You cannot update this parameter for a NO_RESTART deployment.
public UpdateKxClusterCodeConfigurationRequest withCommandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Specifies the key-value pairs to make them available inside the cluster.
You cannot update this parameter for a NO_RESTART deployment.
commandLineArguments - Specifies the key-value pairs to make them available inside the cluster.
You cannot update this parameter for a NO_RESTART deployment.
public void setDeploymentConfiguration(KxClusterCodeDeploymentConfiguration deploymentConfiguration)
The configuration that allows you to choose how you want to update the code on a cluster.
deploymentConfiguration - The configuration that allows you to choose how you want to update the code on a cluster.public KxClusterCodeDeploymentConfiguration getDeploymentConfiguration()
The configuration that allows you to choose how you want to update the code on a cluster.
public UpdateKxClusterCodeConfigurationRequest withDeploymentConfiguration(KxClusterCodeDeploymentConfiguration deploymentConfiguration)
The configuration that allows you to choose how you want to update the code on a cluster.
deploymentConfiguration - The configuration that allows you to choose how you want to update the code on a cluster.public String toString()
toString in class ObjectObject.toString()public UpdateKxClusterCodeConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()