@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLFTagRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLFTagRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLFTagRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The identifier for the Data Catalog.
|
String |
getTagKey()
The key-name for the LF-tag.
|
List<String> |
getTagValues()
A list of possible values an attribute can take.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The identifier for the Data Catalog.
|
void |
setTagKey(String tagKey)
The key-name for the LF-tag.
|
void |
setTagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
String |
toString()
Returns a string representation of this object.
|
CreateLFTagRequest |
withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
CreateLFTagRequest |
withTagKey(String tagKey)
The key-name for the LF-tag.
|
CreateLFTagRequest |
withTagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
CreateLFTagRequest |
withTagValues(String... tagValues)
A list of possible values an attribute can take.
|
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 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 CreateLFTagRequest 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 setTagKey(String tagKey)
The key-name for the LF-tag.
tagKey
- The key-name for the LF-tag.public String getTagKey()
The key-name for the LF-tag.
public CreateLFTagRequest withTagKey(String tagKey)
The key-name for the LF-tag.
tagKey
- The key-name for the LF-tag.public List<String> getTagValues()
A list of possible values an attribute can take.
public void setTagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
tagValues
- A list of possible values an attribute can take.public CreateLFTagRequest withTagValues(String... tagValues)
A list of possible values an attribute can take.
NOTE: This method appends the values to the existing list (if any). Use
setTagValues(java.util.Collection)
or withTagValues(java.util.Collection)
if you want to
override the existing values.
tagValues
- A list of possible values an attribute can take.public CreateLFTagRequest withTagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
tagValues
- A list of possible values an attribute can take.public String toString()
toString
in class Object
Object.toString()
public CreateLFTagRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()