@Generated(value="software.amazon.awssdk:codegen") public final class ActionTypeUrls extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionTypeUrls.Builder,ActionTypeUrls>
Returns information about URLs for web pages that display to customers as links on the pipeline view, such as an external configuration page for the action type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionTypeUrls.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActionTypeUrls.Builder |
builder() |
String |
configurationUrl()
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the
external action.
|
String |
entityUrlTemplate()
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system,
such as a status page.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionUrlTemplate()
The link to an execution page for the action type in progress.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
revisionUrlTemplate()
The URL returned to the CodePipeline console that contains a link to the page where customers can update or
change the configuration of the external action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionTypeUrls.Builder> |
serializableBuilderClass() |
ActionTypeUrls.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationUrl()
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.
public final String entityUrlTemplate()
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.
public final String executionUrlTemplate()
The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.
public final String revisionUrlTemplate()
The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
public ActionTypeUrls.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionTypeUrls.Builder,ActionTypeUrls>public static ActionTypeUrls.Builder builder()
public static Class<? extends ActionTypeUrls.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.