@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLFTagRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateLFTagRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateLFTagRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The identifier for the Data Catalog.
|
String |
getTagKey()
The key-name for the tag for which to add or delete values.
|
List<String> |
getTagValuesToAdd()
A list of tag values to add from the tag.
|
List<String> |
getTagValuesToDelete()
A list of tag values to delete from the tag.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setTagKey(String tagKey)
The key-name for the tag for which to add or delete values.
|
void |
setTagValuesToAdd(Collection<String> tagValuesToAdd)
A list of tag values to add from the tag.
|
void |
setTagValuesToDelete(Collection<String> tagValuesToDelete)
A list of tag values to delete from the tag.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLFTagRequest |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
UpdateLFTagRequest |
withTagKey(String tagKey)
The key-name for the tag for which to add or delete values.
|
UpdateLFTagRequest |
withTagValuesToAdd(Collection<String> tagValuesToAdd)
A list of tag values to add from the tag.
|
UpdateLFTagRequest |
withTagValuesToAdd(String... tagValuesToAdd)
A list of tag values to add from the tag.
|
UpdateLFTagRequest |
withTagValuesToDelete(Collection<String> tagValuesToDelete)
A list of tag values to delete from the tag.
|
UpdateLFTagRequest |
withTagValuesToDelete(String... tagValuesToDelete)
A list of tag values to delete from the tag.
|
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 setCatalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent
metadata store. It contains database definitions, table definitions, and other control information to
manage your AWS Lake Formation environment.public String getCatalogId()
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
public UpdateLFTagRequest withCatalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent
metadata store. It contains database definitions, table definitions, and other control information to
manage your AWS Lake Formation environment.public void setTagKey(String tagKey)
The key-name for the tag for which to add or delete values.
tagKey - The key-name for the tag for which to add or delete values.public String getTagKey()
The key-name for the tag for which to add or delete values.
public UpdateLFTagRequest withTagKey(String tagKey)
The key-name for the tag for which to add or delete values.
tagKey - The key-name for the tag for which to add or delete values.public List<String> getTagValuesToDelete()
A list of tag values to delete from the tag.
public void setTagValuesToDelete(Collection<String> tagValuesToDelete)
A list of tag values to delete from the tag.
tagValuesToDelete - A list of tag values to delete from the tag.public UpdateLFTagRequest withTagValuesToDelete(String... tagValuesToDelete)
A list of tag values to delete from the tag.
NOTE: This method appends the values to the existing list (if any). Use
setTagValuesToDelete(java.util.Collection) or withTagValuesToDelete(java.util.Collection) if
you want to override the existing values.
tagValuesToDelete - A list of tag values to delete from the tag.public UpdateLFTagRequest withTagValuesToDelete(Collection<String> tagValuesToDelete)
A list of tag values to delete from the tag.
tagValuesToDelete - A list of tag values to delete from the tag.public List<String> getTagValuesToAdd()
A list of tag values to add from the tag.
public void setTagValuesToAdd(Collection<String> tagValuesToAdd)
A list of tag values to add from the tag.
tagValuesToAdd - A list of tag values to add from the tag.public UpdateLFTagRequest withTagValuesToAdd(String... tagValuesToAdd)
A list of tag values to add from the tag.
NOTE: This method appends the values to the existing list (if any). Use
setTagValuesToAdd(java.util.Collection) or withTagValuesToAdd(java.util.Collection) if you want
to override the existing values.
tagValuesToAdd - A list of tag values to add from the tag.public UpdateLFTagRequest withTagValuesToAdd(Collection<String> tagValuesToAdd)
A list of tag values to add from the tag.
tagValuesToAdd - A list of tag values to add from the tag.public String toString()
toString in class ObjectObject.toString()public UpdateLFTagRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.