@Generated(value="software.amazon.awssdk:codegen") public final class UpdateKxClusterCodeConfigurationRequest extends FinspaceRequest implements ToCopyableBuilder<UpdateKxClusterCodeConfigurationRequest.Builder,UpdateKxClusterCodeConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateKxClusterCodeConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateKxClusterCodeConfigurationRequest.Builder |
builder() |
String |
clientToken()
A token that ensures idempotency.
|
String |
clusterName()
The name of the cluster.
|
CodeConfiguration |
code()
Returns the value of the Code property for this object.
|
List<KxCommandLineArgument> |
commandLineArguments()
Specifies the key-value pairs to make them available inside the cluster.
|
KxClusterCodeDeploymentConfiguration |
deploymentConfiguration()
The configuration that allows you to choose how you want to update the code on a cluster.
|
String |
environmentId()
A unique identifier of the kdb environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCommandLineArguments()
For responses, this returns true if the service returned a value for the CommandLineArguments property.
|
int |
hashCode() |
String |
initializationScript()
Specifies a Q program that will be run at launch of a cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateKxClusterCodeConfigurationRequest.Builder> |
serializableBuilderClass() |
UpdateKxClusterCodeConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String environmentId()
A unique identifier of the kdb environment.
public final String clusterName()
The name of the cluster.
public final String clientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public final CodeConfiguration code()
public final 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.
somedir/init.q.public final boolean hasCommandLineArguments()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<KxCommandLineArgument> commandLineArguments()
Specifies the key-value pairs to make them available inside the cluster.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCommandLineArguments() method.
public final KxClusterCodeDeploymentConfiguration deploymentConfiguration()
The configuration that allows you to choose how you want to update the code on a cluster.
public UpdateKxClusterCodeConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateKxClusterCodeConfigurationRequest.Builder,UpdateKxClusterCodeConfigurationRequest>toBuilder in class FinspaceRequestpublic static UpdateKxClusterCodeConfigurationRequest.Builder builder()
public static Class<? extends UpdateKxClusterCodeConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.