Class VisualCustomActionOperation
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.VisualCustomActionOperation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VisualCustomActionOperation.Builder,VisualCustomActionOperation>
@Generated("software.amazon.awssdk:codegen") public final class VisualCustomActionOperation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VisualCustomActionOperation.Builder,VisualCustomActionOperation>
The operation that is defined by the custom action.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVisualCustomActionOperation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisualCustomActionOperation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)CustomActionFilterOperationfilterOperation()The filter operation that filters data included in a visual or in an entire sheet.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CustomActionNavigationOperationnavigationOperation()The navigation operation that navigates between different sheets in the same analysis.List<SdkField<?>>sdkFields()static Class<? extends VisualCustomActionOperation.Builder>serializableBuilderClass()CustomActionSetParametersOperationsetParametersOperation()The set parameter operation that sets parameters in custom action.VisualCustomActionOperation.BuildertoBuilder()StringtoString()Returns a string representation of this object.CustomActionURLOperationurlOperation()The URL operation that opens a link to another webpage.-
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
-
filterOperation
public final CustomActionFilterOperation filterOperation()
The filter operation that filters data included in a visual or in an entire sheet.
- Returns:
- The filter operation that filters data included in a visual or in an entire sheet.
-
navigationOperation
public final CustomActionNavigationOperation navigationOperation()
The navigation operation that navigates between different sheets in the same analysis.
- Returns:
- The navigation operation that navigates between different sheets in the same analysis.
-
urlOperation
public final CustomActionURLOperation urlOperation()
The URL operation that opens a link to another webpage.
- Returns:
- The URL operation that opens a link to another webpage.
-
setParametersOperation
public final CustomActionSetParametersOperation setParametersOperation()
The set parameter operation that sets parameters in custom action.
- Returns:
- The set parameter operation that sets parameters in custom action.
-
toBuilder
public VisualCustomActionOperation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VisualCustomActionOperation.Builder,VisualCustomActionOperation>
-
builder
public static VisualCustomActionOperation.Builder builder()
-
serializableBuilderClass
public static Class<? extends VisualCustomActionOperation.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.
-
-