@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveLFTagsFromResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveLFTagsFromResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveLFTagsFromResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The identifier for the Data Catalog.
|
List<LFTagPair> |
getLFTags()
The LF-tags to be removed from the resource.
|
Resource |
getResource()
The database, table, or column resource where you want to remove an LF-tag.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setLFTags(Collection<LFTagPair> lFTags)
The LF-tags to be removed from the resource.
|
void |
setResource(Resource resource)
The database, table, or column resource where you want to remove an LF-tag.
|
String |
toString()
Returns a string representation of this object.
|
RemoveLFTagsFromResourceRequest |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
RemoveLFTagsFromResourceRequest |
withLFTags(Collection<LFTagPair> lFTags)
The LF-tags to be removed from the resource.
|
RemoveLFTagsFromResourceRequest |
withLFTags(LFTagPair... lFTags)
The LF-tags to be removed from the resource.
|
RemoveLFTagsFromResourceRequest |
withResource(Resource resource)
The database, table, or column resource where you want to remove an LF-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 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 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 Lake Formation environment.
public RemoveLFTagsFromResourceRequest 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 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 Lake Formation environment.public void setResource(Resource resource)
The database, table, or column resource where you want to remove an LF-tag.
resource - The database, table, or column resource where you want to remove an LF-tag.public Resource getResource()
The database, table, or column resource where you want to remove an LF-tag.
public RemoveLFTagsFromResourceRequest withResource(Resource resource)
The database, table, or column resource where you want to remove an LF-tag.
resource - The database, table, or column resource where you want to remove an LF-tag.public List<LFTagPair> getLFTags()
The LF-tags to be removed from the resource.
public void setLFTags(Collection<LFTagPair> lFTags)
The LF-tags to be removed from the resource.
lFTags - The LF-tags to be removed from the resource.public RemoveLFTagsFromResourceRequest withLFTags(LFTagPair... lFTags)
The LF-tags to be removed from the resource.
NOTE: This method appends the values to the existing list (if any). Use
setLFTags(java.util.Collection) or withLFTags(java.util.Collection) if you want to override the
existing values.
lFTags - The LF-tags to be removed from the resource.public RemoveLFTagsFromResourceRequest withLFTags(Collection<LFTagPair> lFTags)
The LF-tags to be removed from the resource.
lFTags - The LF-tags to be removed from the resource.public String toString()
toString in class ObjectObject.toString()public RemoveLFTagsFromResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.