Class CustomActionURLOperation
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.CustomActionURLOperation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>
@Generated("software.amazon.awssdk:codegen") public final class CustomActionURLOperation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>
The URL operation that opens a link to another webpage.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomActionURLOperation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomActionURLOperation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomActionURLOperation.Builder>serializableBuilderClass()CustomActionURLOperation.BuildertoBuilder()StringtoString()Returns a string representation of this object.URLTargetConfigurationurlTarget()The target of theCustomActionURLOperation.StringurlTargetAsString()The target of theCustomActionURLOperation.StringurlTemplate()THe URL link of theCustomActionURLOperation.-
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
-
urlTemplate
public final String urlTemplate()
THe URL link of the
CustomActionURLOperation.- Returns:
- THe URL link of the
CustomActionURLOperation.
-
urlTarget
public final URLTargetConfiguration urlTarget()
The target of the
CustomActionURLOperation.Valid values are defined as follows:
-
NEW_TAB: Opens the target URL in a new browser tab. -
NEW_WINDOW: Opens the target URL in a new browser window. -
SAME_TAB: Opens the target URL in the same browser tab.
If the service returns an enum value that is not available in the current SDK version,
urlTargetwill returnURLTargetConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromurlTargetAsString().- Returns:
- The target of the
CustomActionURLOperation.Valid values are defined as follows:
-
NEW_TAB: Opens the target URL in a new browser tab. -
NEW_WINDOW: Opens the target URL in a new browser window. -
SAME_TAB: Opens the target URL in the same browser tab.
-
- See Also:
URLTargetConfiguration
-
-
urlTargetAsString
public final String urlTargetAsString()
The target of the
CustomActionURLOperation.Valid values are defined as follows:
-
NEW_TAB: Opens the target URL in a new browser tab. -
NEW_WINDOW: Opens the target URL in a new browser window. -
SAME_TAB: Opens the target URL in the same browser tab.
If the service returns an enum value that is not available in the current SDK version,
urlTargetwill returnURLTargetConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromurlTargetAsString().- Returns:
- The target of the
CustomActionURLOperation.Valid values are defined as follows:
-
NEW_TAB: Opens the target URL in a new browser tab. -
NEW_WINDOW: Opens the target URL in a new browser window. -
SAME_TAB: Opens the target URL in the same browser tab.
-
- See Also:
URLTargetConfiguration
-
-
toBuilder
public CustomActionURLOperation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>
-
builder
public static CustomActionURLOperation.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomActionURLOperation.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-