Interface CustomActionURLOperation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>,SdkBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>,SdkPojo
- Enclosing class:
- CustomActionURLOperation
@Mutable @NotThreadSafe public static interface CustomActionURLOperation.Builder extends SdkPojo, CopyableBuilder<CustomActionURLOperation.Builder,CustomActionURLOperation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomActionURLOperation.BuilderurlTarget(String urlTarget)The target of theCustomActionURLOperation.CustomActionURLOperation.BuilderurlTarget(URLTargetConfiguration urlTarget)The target of theCustomActionURLOperation.CustomActionURLOperation.BuilderurlTemplate(String urlTemplate)THe URL link of theCustomActionURLOperation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
urlTemplate
CustomActionURLOperation.Builder urlTemplate(String urlTemplate)
THe URL link of the
CustomActionURLOperation.- Parameters:
urlTemplate- THe URL link of theCustomActionURLOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
urlTarget
CustomActionURLOperation.Builder urlTarget(String 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.
- Parameters:
urlTarget- The target of theCustomActionURLOperation.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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
URLTargetConfiguration,URLTargetConfiguration
-
-
urlTarget
CustomActionURLOperation.Builder urlTarget(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.
- Parameters:
urlTarget- The target of theCustomActionURLOperation.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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
URLTargetConfiguration,URLTargetConfiguration
-
-
-