The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the
version is provided as part of the identifier or ARN, the version must be one of the two available system managed
aliases, $SAVED or $LATEST.
Returns:
The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
If the version is provided as part of the identifier or ARN, the version must be one of the two available
system managed aliases, $SAVED or $LATEST.
The name for the attribute. Must conform to Connect human readable string specification and have 1-127
characters. Must not start with the reserved case insensitive values 'connect:' and 'aws:'. Whitespace trimmed
before persisting. Must be unique for the data table using case-insensitive comparison.
Returns:
The name for the attribute. Must conform to Connect human readable string specification and have 1-127
characters. Must not start with the reserved case insensitive values 'connect:' and 'aws:'. Whitespace
trimmed before persisting. Must be unique for the data table using case-insensitive comparison.
The type of value allowed or the resultant type after the value's expression is evaluated. Must be one of TEXT,
TEXT_LIST, NUMBER, NUMBER_LIST, and BOOLEAN.
The type of value allowed or the resultant type after the value's expression is evaluated. Must be one of
TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, and BOOLEAN.
The type of value allowed or the resultant type after the value's expression is evaluated. Must be one of TEXT,
TEXT_LIST, NUMBER, NUMBER_LIST, and BOOLEAN.
The type of value allowed or the resultant type after the value's expression is evaluated. Must be one of
TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, and BOOLEAN.
An optional description for the attribute. Must conform to Connect human readable string specification and have
0-250 characters. Whitespace trimmed before persisting.
Returns:
An optional description for the attribute. Must conform to Connect human readable string specification
and have 0-250 characters. Whitespace trimmed before persisting.
Optional boolean that defaults to false. Determines if the value is used to identify a record in the table.
Values for primary attributes must not be expressions.
Returns:
Optional boolean that defaults to false. Determines if the value is used to identify a record in the
table. Values for primary attributes must not be expressions.
Optional validation rules for the attribute. Borrows heavily from JSON Schema - Draft 2020-12. The maximum length
of arrays within validations and depth of validations is 5. There are default limits that apply to all types.
Customer specified limits in excess of the default limits are not permitted.
Returns:
Optional validation rules for the attribute. Borrows heavily from JSON Schema - Draft 2020-12. The
maximum length of arrays within validations and depth of validations is 5. There are default limits that
apply to all types. Customer specified limits in excess of the default limits are not permitted.
Indicates whether some other object is "equal to" this one by SDK fields.
An SDK field is a modeled, non-inherited field in an SdkPojo class,
and is generated based on a service model.
If an SdkPojo class does not have any inherited fields, equalsBySdkFields
and equals are essentially the same.
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
redacted from this string using a placeholder value.
Used to retrieve the value of a field from any class that extends SdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.