Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
RuleConfigurationProperty |
RuleConfigurationProperty.clone() |
RuleConfigurationProperty |
RuleConfigurationProperty.withDescription(String description)
The description of the action configuration property that is displayed to users.
|
RuleConfigurationProperty |
RuleConfigurationProperty.withKey(Boolean key)
Whether the configuration property is a key.
|
RuleConfigurationProperty |
RuleConfigurationProperty.withName(String name)
The name of the rule configuration property.
|
RuleConfigurationProperty |
RuleConfigurationProperty.withQueryable(Boolean queryable)
Indicates whether the property can be queried.
|
RuleConfigurationProperty |
RuleConfigurationProperty.withRequired(Boolean required)
Whether the configuration property is a required value.
|
RuleConfigurationProperty |
RuleConfigurationProperty.withSecret(Boolean secret)
Whether the configuration property is secret.
|
RuleConfigurationProperty |
RuleConfigurationProperty.withType(RuleConfigurationPropertyType type)
The type of the configuration property.
|
RuleConfigurationProperty |
RuleConfigurationProperty.withType(String type)
The type of the configuration property.
|
Modifier and Type | Method and Description |
---|---|
List<RuleConfigurationProperty> |
RuleType.getRuleConfigurationProperties()
The configuration properties for the rule type.
|
Modifier and Type | Method and Description |
---|---|
RuleType |
RuleType.withRuleConfigurationProperties(RuleConfigurationProperty... ruleConfigurationProperties)
The configuration properties for the rule type.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleType.setRuleConfigurationProperties(Collection<RuleConfigurationProperty> ruleConfigurationProperties)
The configuration properties for the rule type.
|
RuleType |
RuleType.withRuleConfigurationProperties(Collection<RuleConfigurationProperty> ruleConfigurationProperties)
The configuration properties for the rule type.
|
Copyright © 2025. All rights reserved.