Interface RuleTypeSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RuleTypeSettings.Builder,RuleTypeSettings>,SdkBuilder<RuleTypeSettings.Builder,RuleTypeSettings>,SdkPojo
- Enclosing class:
- RuleTypeSettings
public static interface RuleTypeSettings.Builder extends SdkPojo, CopyableBuilder<RuleTypeSettings.Builder,RuleTypeSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleTypeSettings.BuilderentityUrlTemplate(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.RuleTypeSettings.BuilderexecutionUrlTemplate(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.RuleTypeSettings.BuilderrevisionUrlTemplate(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.RuleTypeSettings.BuilderthirdPartyConfigurationUrl(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.-
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
-
thirdPartyConfigurationUrl
RuleTypeSettings.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityUrlTemplate
RuleTypeSettings.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. This link is provided as part of the action display in the pipeline.
- Parameters:
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. This link is provided as part of the action display in the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionUrlTemplate
RuleTypeSettings.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. This link is shown on the pipeline view page in the CodePipeline console and provides a link to the execution entity of the external action.
- Parameters:
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. This link is shown on the pipeline view page in the CodePipeline console and provides a link to the execution entity of the external action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionUrlTemplate
RuleTypeSettings.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-