@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKxEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateKxEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateKxEnvironmentRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateKxEnvironmentRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateKxEnvironmentRequest |
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 |
getDescription()
A description for the kdb environment.
|
String |
getKmsKeyId()
The KMS key ID to encrypt your data in the FinSpace environment.
|
String |
getName()
The name of the kdb environment that you want to create.
|
Map<String,String> |
getTags()
A list of key-value pairs to label the kdb environment.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setDescription(String description)
A description for the kdb environment.
|
void |
setKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
void |
setName(String name)
The name of the kdb environment that you want to create.
|
void |
setTags(Map<String,String> tags)
A list of key-value pairs to label the kdb environment.
|
String |
toString()
Returns a string representation of this object.
|
CreateKxEnvironmentRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
CreateKxEnvironmentRequest |
withDescription(String description)
A description for the kdb environment.
|
CreateKxEnvironmentRequest |
withKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
CreateKxEnvironmentRequest |
withName(String name)
The name of the kdb environment that you want to create.
|
CreateKxEnvironmentRequest |
withTags(Map<String,String> tags)
A list of key-value pairs to label the kdb environment.
|
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 setName(String name)
The name of the kdb environment that you want to create.
name
- The name of the kdb environment that you want to create.public String getName()
The name of the kdb environment that you want to create.
public CreateKxEnvironmentRequest withName(String name)
The name of the kdb environment that you want to create.
name
- The name of the kdb environment that you want to create.public void setDescription(String description)
A description for the kdb environment.
description
- A description for the kdb environment.public String getDescription()
A description for the kdb environment.
public CreateKxEnvironmentRequest withDescription(String description)
A description for the kdb environment.
description
- A description for the kdb environment.public void setKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
kmsKeyId
- The KMS key ID to encrypt your data in the FinSpace environment.public String getKmsKeyId()
The KMS key ID to encrypt your data in the FinSpace environment.
public CreateKxEnvironmentRequest withKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
kmsKeyId
- The KMS key ID to encrypt your data in the FinSpace environment.public Map<String,String> getTags()
A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.
public void setTags(Map<String,String> tags)
A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.
tags
- A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.public CreateKxEnvironmentRequest withTags(Map<String,String> tags)
A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.
tags
- A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.public CreateKxEnvironmentRequest addTagsEntry(String key, String value)
public CreateKxEnvironmentRequest clearTagsEntries()
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 CreateKxEnvironmentRequest 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 String toString()
toString
in class Object
Object.toString()
public CreateKxEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()