JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codepipeline.model

Class RuleConfigurationProperty

    • Constructor Detail

      • RuleConfigurationProperty

        public RuleConfigurationProperty()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the rule configuration property.

        Parameters:
        name - The name of the rule configuration property.
      • getName

        public String getName()

        The name of the rule configuration property.

        Returns:
        The name of the rule configuration property.
      • withName

        public RuleConfigurationProperty withName(String name)

        The name of the rule configuration property.

        Parameters:
        name - The name of the rule configuration property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRequired

        public void setRequired(Boolean required)

        Whether the configuration property is a required value.

        Parameters:
        required - Whether the configuration property is a required value.
      • getRequired

        public Boolean getRequired()

        Whether the configuration property is a required value.

        Returns:
        Whether the configuration property is a required value.
      • withRequired

        public RuleConfigurationProperty withRequired(Boolean required)

        Whether the configuration property is a required value.

        Parameters:
        required - Whether the configuration property is a required value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRequired

        public Boolean isRequired()

        Whether the configuration property is a required value.

        Returns:
        Whether the configuration property is a required value.
      • setKey

        public void setKey(Boolean key)

        Whether the configuration property is a key.

        Parameters:
        key - Whether the configuration property is a key.
      • getKey

        public Boolean getKey()

        Whether the configuration property is a key.

        Returns:
        Whether the configuration property is a key.
      • withKey

        public RuleConfigurationProperty withKey(Boolean key)

        Whether the configuration property is a key.

        Parameters:
        key - Whether the configuration property is a key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isKey

        public Boolean isKey()

        Whether the configuration property is a key.

        Returns:
        Whether the configuration property is a key.
      • setSecret

        public void setSecret(Boolean secret)

        Whether the configuration property is secret.

        When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

        Parameters:
        secret - Whether the configuration property is secret.

        When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

      • getSecret

        public Boolean getSecret()

        Whether the configuration property is secret.

        When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

        Returns:
        Whether the configuration property is secret.

        When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

      • withSecret

        public RuleConfigurationProperty withSecret(Boolean secret)

        Whether the configuration property is secret.

        When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

        Parameters:
        secret - Whether the configuration property is secret.

        When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSecret

        public Boolean isSecret()

        Whether the configuration property is secret.

        When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

        Returns:
        Whether the configuration property is secret.

        When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

      • setQueryable

        public void setQueryable(Boolean queryable)

        Indicates whether the property can be queried.

        If you create a pipeline with a condition and rule, and that rule contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

        Parameters:
        queryable - Indicates whether the property can be queried.

        If you create a pipeline with a condition and rule, and that rule contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

      • getQueryable

        public Boolean getQueryable()

        Indicates whether the property can be queried.

        If you create a pipeline with a condition and rule, and that rule contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

        Returns:
        Indicates whether the property can be queried.

        If you create a pipeline with a condition and rule, and that rule contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

      • withQueryable

        public RuleConfigurationProperty withQueryable(Boolean queryable)

        Indicates whether the property can be queried.

        If you create a pipeline with a condition and rule, and that rule contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

        Parameters:
        queryable - Indicates whether the property can be queried.

        If you create a pipeline with a condition and rule, and that rule contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isQueryable

        public Boolean isQueryable()

        Indicates whether the property can be queried.

        If you create a pipeline with a condition and rule, and that rule contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

        Returns:
        Indicates whether the property can be queried.

        If you create a pipeline with a condition and rule, and that rule contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

      • setDescription

        public void setDescription(String description)

        The description of the action configuration property that is displayed to users.

        Parameters:
        description - The description of the action configuration property that is displayed to users.
      • getDescription

        public String getDescription()

        The description of the action configuration property that is displayed to users.

        Returns:
        The description of the action configuration property that is displayed to users.
      • withDescription

        public RuleConfigurationProperty withDescription(String description)

        The description of the action configuration property that is displayed to users.

        Parameters:
        description - The description of the action configuration property that is displayed to users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        The type of the configuration property.

        Parameters:
        type - The type of the configuration property.
        See Also:
        RuleConfigurationPropertyType
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /