Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ActionTypeUrls.Builder
-
Packages that use ActionTypeUrls.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeUrls.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeUrls.Builder Modifier and Type Method Description static ActionTypeUrls.BuilderActionTypeUrls. builder()ActionTypeUrls.BuilderActionTypeUrls.Builder. configurationUrl(String configurationUrl)The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.ActionTypeUrls.BuilderActionTypeUrls.Builder. entityUrlTemplate(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.ActionTypeUrls.BuilderActionTypeUrls.Builder. executionUrlTemplate(String executionUrlTemplate)The link to an execution page for the action type in progress.ActionTypeUrls.BuilderActionTypeUrls.Builder. revisionUrlTemplate(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.ActionTypeUrls.BuilderActionTypeUrls. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionTypeUrls.Builder Modifier and Type Method Description static Class<? extends ActionTypeUrls.Builder>ActionTypeUrls. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionTypeUrls.Builder Modifier and Type Method Description default ActionTypeDeclaration.BuilderActionTypeDeclaration.Builder. urls(Consumer<ActionTypeUrls.Builder> urls)The links associated with the action type to be updated.
-