Class TableFieldLinkConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TableFieldLinkConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableFieldLinkConfiguration.Builder,TableFieldLinkConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class TableFieldLinkConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableFieldLinkConfiguration.Builder,TableFieldLinkConfiguration>
The link configuration of a table field URL.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableFieldLinkConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableFieldLinkConfiguration.Builderbuilder()TableFieldLinkContentConfigurationcontent()The URL content (text, icon) for the table link configuration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TableFieldLinkConfiguration.Builder>serializableBuilderClass()URLTargetConfigurationtarget()The URL target (new tab, new window, same tab) for the table link configuration.StringtargetAsString()The URL target (new tab, new window, same tab) for the table link configuration.TableFieldLinkConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
target
public final URLTargetConfiguration target()
The URL target (new tab, new window, same tab) for the table link configuration.
If the service returns an enum value that is not available in the current SDK version,
targetwill returnURLTargetConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetAsString().- Returns:
- The URL target (new tab, new window, same tab) for the table link configuration.
- See Also:
URLTargetConfiguration
-
targetAsString
public final String targetAsString()
The URL target (new tab, new window, same tab) for the table link configuration.
If the service returns an enum value that is not available in the current SDK version,
targetwill returnURLTargetConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetAsString().- Returns:
- The URL target (new tab, new window, same tab) for the table link configuration.
- See Also:
URLTargetConfiguration
-
content
public final TableFieldLinkContentConfiguration content()
The URL content (text, icon) for the table link configuration.
- Returns:
- The URL content (text, icon) for the table link configuration.
-
toBuilder
public TableFieldLinkConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableFieldLinkConfiguration.Builder,TableFieldLinkConfiguration>
-
builder
public static TableFieldLinkConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableFieldLinkConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
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.
-
-