Interface CustomActionURLOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomActionURLOperation.Builder,
,CustomActionURLOperation> SdkBuilder<CustomActionURLOperation.Builder,
,CustomActionURLOperation> SdkPojo
- Enclosing class:
CustomActionURLOperation
-
Method Summary
Modifier and TypeMethodDescriptionThe target of theCustomActionURLOperation
.urlTarget
(URLTargetConfiguration urlTarget) The target of theCustomActionURLOperation
.urlTemplate
(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, sdkFields
-
Method Details
-
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
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:
-
-
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:
-
-