Class PolicyListPolicyArgs.Builder

  • Enclosing class:
    PolicyListPolicyArgs

    public static final class PolicyListPolicyArgs.Builder
    extends java.lang.Object
    • Method Detail

      • inheritFromParent

        public PolicyListPolicyArgs.Builder inheritFromParent​(@Nullable
                                                              com.pulumi.core.Output<java.lang.Boolean> inheritFromParent)
        Parameters:
        inheritFromParent - If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy. The `allow` or `deny` blocks support:
        Returns:
        builder
      • inheritFromParent

        public PolicyListPolicyArgs.Builder inheritFromParent​(java.lang.Boolean inheritFromParent)
        Parameters:
        inheritFromParent - If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy. The `allow` or `deny` blocks support:
        Returns:
        builder
      • suggestedValue

        public PolicyListPolicyArgs.Builder suggestedValue​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> suggestedValue)
        Parameters:
        suggestedValue - The Google Cloud Console will try to default to a configuration that matches the value specified in this field.
        Returns:
        builder
      • suggestedValue

        public PolicyListPolicyArgs.Builder suggestedValue​(java.lang.String suggestedValue)
        Parameters:
        suggestedValue - The Google Cloud Console will try to default to a configuration that matches the value specified in this field.
        Returns:
        builder