Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ActionTypeSettings.Builder
-
Packages that use ActionTypeSettings.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeSettings.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeSettings.Builder Modifier and Type Method Description static ActionTypeSettings.BuilderActionTypeSettings. builder()ActionTypeSettings.BuilderActionTypeSettings.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 the configuration page for a CodeDeploy deployment group.ActionTypeSettings.BuilderActionTypeSettings.Builder. executionUrlTemplate(String executionUrlTemplate)The URL returned to the CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for CodeDeploy.ActionTypeSettings.BuilderActionTypeSettings.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.ActionTypeSettings.BuilderActionTypeSettings.Builder. thirdPartyConfigurationUrl(String thirdPartyConfigurationUrl)The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.ActionTypeSettings.BuilderActionTypeSettings. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionTypeSettings.Builder Modifier and Type Method Description static Class<? extends ActionTypeSettings.Builder>ActionTypeSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionTypeSettings.Builder Modifier and Type Method Description default ActionType.BuilderActionType.Builder. settings(Consumer<ActionTypeSettings.Builder> settings)The settings for the action type.default CreateCustomActionTypeRequest.BuilderCreateCustomActionTypeRequest.Builder. settings(Consumer<ActionTypeSettings.Builder> settings)URLs that provide users information about this custom action.
-