Uses of Interface
software.amazon.awssdk.services.codepipeline.model.RuleTypeId.Builder
-
Packages that use RuleTypeId.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleTypeId.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleTypeId.Builder Modifier and Type Method Description static RuleTypeId.BuilderRuleTypeId. builder()RuleTypeId.BuilderRuleTypeId.Builder. category(String category)A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule.RuleTypeId.BuilderRuleTypeId.Builder. category(RuleCategory category)A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule.RuleTypeId.BuilderRuleTypeId.Builder. owner(String owner)The creator of the rule being called.RuleTypeId.BuilderRuleTypeId.Builder. owner(RuleOwner owner)The creator of the rule being called.RuleTypeId.BuilderRuleTypeId.Builder. provider(String provider)The rule provider, such as theDeploymentWindowrule.RuleTypeId.BuilderRuleTypeId. toBuilder()RuleTypeId.BuilderRuleTypeId.Builder. version(String version)A string that describes the rule version.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RuleTypeId.Builder Modifier and Type Method Description static Class<? extends RuleTypeId.Builder>RuleTypeId. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type RuleTypeId.Builder Modifier and Type Method Description default RuleType.BuilderRuleType.Builder. id(Consumer<RuleTypeId.Builder> id)Represents information about a rule type.default RuleDeclaration.BuilderRuleDeclaration.Builder. ruleTypeId(Consumer<RuleTypeId.Builder> ruleTypeId)The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.default RuleExecutionInput.BuilderRuleExecutionInput.Builder. ruleTypeId(Consumer<RuleTypeId.Builder> ruleTypeId)The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.
-